Skip to content

Commit

Permalink
Minor fixes (#401)
Browse files Browse the repository at this point in the history
- add missing new line at end of file
- correct comment

Signed-off-by: José Simões <[email protected]>
  • Loading branch information
josesimoes authored Jul 21, 2017
1 parent 90ac568 commit ace8588
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
MEMORY
{
flash : org = 0x08000000, len = 32k /* space reserved for nanoBooter (1st two sectors 0x08000000 to 0x08008000)*/
flash : org = 0x08000000, len = 32k /* space reserved for nanoBooter (1st sector 0x08000000 to 0x08008000)*/
flash_itcm : org = 0x00200000, len = 1M
deployment : org = 0x00000000, len = 0 /* space reserved for application deployment */
ramvt : org = 0x00000000, len = 0 /* initial RAM address is reserved for a copy of the vector table */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ MEMORY_MAPPED_NOR_BLOCK_CONFIG Device_BlockStorageConfig =
0, // UINT32 DeviceCode;
};

BlockStorageDevice Device_BlockStorage;
BlockStorageDevice Device_BlockStorage;

0 comments on commit ace8588

Please sign in to comment.