mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
Fix typo.
This commit is contained in:
@@ -19,7 +19,7 @@ _RamBase = DEFINED(_RamBase) ? _RamBase : 0x0 ;
|
||||
_RamSize = DEFINED(_RamSize) ? _RamSize : 16M ;
|
||||
_HeapSize = DEFINED(_HeapSize) ? _HeapSize : 0 ;
|
||||
_FlashBase = DEFINED(_FlashBase) ? _FlashBase : 0x10000000 ;
|
||||
_RamSize = DEFINED(_RamSize) ? _RamSize : 4M ;
|
||||
_FlashSize = DEFINED(_FlashSize) ? _FlashSize : 4M ;
|
||||
|
||||
/*
|
||||
* Location of downloaded (from TFTP or flash) file
|
||||
|
||||
Reference in New Issue
Block a user