Skip to content
This repository was archived by the owner on Jun 5, 2019. It is now read-only.

Commit a7217a6

Browse files
committed
Modified STM32F4 Etherent driver to use it's own initialization of RX/TX buffers instead of using sections and link mapping to place regions.
1 parent 9ad70b7 commit a7217a6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

DeviceCode/include/BlockStorage_decl.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,16 +596,15 @@ struct IBlockStorageDevice
596596
//
597597
// Remarks:
598598
// The design pattern here effectively mimics a C++ class
599-
// with virtuals. THe reason virtuals are not used is that
599+
// with virtuals. The reason virtuals are not used is that
600600
// the .NET MF supports a wide variety of compiler/Linker
601-
// tool chains and soime of them bring in a large Run-time
601+
// tool chains and some of them bring in a large Run-time
602602
// library footprint when Certain C++ language features are
603603
// used. Since a major goal of the .NET MF is to reduce
604604
// code footprint we avoid anything that brings in additional
605605
// library code.
606606
//
607607

608-
609608
struct BlockStorageDevice : public HAL_DblLinkedNode<BlockStorageDevice>
610609
{
611610

0 commit comments

Comments
 (0)