fixed comments

This commit is contained in:
Markus Fröschle
2013-11-03 19:34:11 +00:00
parent 1ee3ff8412
commit 3b74e476b4
3 changed files with 29 additions and 2 deletions

View File

@@ -73,6 +73,7 @@ SECTIONS
#if (TARGET_ADDRESS < 0x1FFFFFFF && TARGET_ADDRESS > 0)
. = ALIGN(16);
_usb_buffer = .;
. = . + USB_BUFFER_SIZE;
#endif
#if (FORMAT == elf32-m68k)