From a97dd10a95f828f4d99b5e723609816fc6650618 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 30 Dec 2010 13:22:56 +0100 Subject: More libopenstm32 renames. --- examples/stm32/lisa-m/usb_dfu/usbdfu.ld | 2 +- examples/stm32/lisa-m/usb_hid/usbhid.ld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/stm32/lisa-m') diff --git a/examples/stm32/lisa-m/usb_dfu/usbdfu.ld b/examples/stm32/lisa-m/usb_dfu/usbdfu.ld index 3038601..1d24b18 100644 --- a/examples/stm32/lisa-m/usb_dfu/usbdfu.ld +++ b/examples/stm32/lisa-m/usb_dfu/usbdfu.ld @@ -24,6 +24,6 @@ MEMORY ram (rwx) : ORIGIN = 0x20000000, LENGTH = 4K } -/* Include the common ld script from libopenstm32. */ +/* Include the common ld script. */ INCLUDE stm32.ld diff --git a/examples/stm32/lisa-m/usb_hid/usbhid.ld b/examples/stm32/lisa-m/usb_hid/usbhid.ld index 2c85647..f70ddee 100644 --- a/examples/stm32/lisa-m/usb_hid/usbhid.ld +++ b/examples/stm32/lisa-m/usb_hid/usbhid.ld @@ -27,6 +27,6 @@ MEMORY } -/* Include the common ld script from libopenstm32. */ +/* Include the common ld script. */ INCLUDE stm32.ld -- cgit v1.2.3