aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32/lisa-m
diff options
context:
space:
mode:
Diffstat (limited to 'examples/stm32/lisa-m')
-rw-r--r--examples/stm32/lisa-m/usb_dfu/usbdfu.ld2
-rw-r--r--examples/stm32/lisa-m/usb_hid/usbhid.ld2
2 files changed, 2 insertions, 2 deletions
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