From 447c333cecfdf417d47091631768f439c06dc33f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Wed, 9 Feb 2011 01:06:43 +0100 Subject: Minor cosmetics, whitespace. --- examples/stm32/other/usb_hid/usbhid.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32/other/usb_hid') diff --git a/examples/stm32/other/usb_hid/usbhid.ld b/examples/stm32/other/usb_hid/usbhid.ld index 4930394..1c20282 100644 --- a/examples/stm32/other/usb_hid/usbhid.ld +++ b/examples/stm32/other/usb_hid/usbhid.ld @@ -20,7 +20,7 @@ /* Define memory regions. */ MEMORY { - rom (rx) : ORIGIN = 0x08000000, LENGTH =64K + rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K } -- cgit v1.2.3