From 5286f5bfcd1a728d9ad762759c21cbfc4a887865 Mon Sep 17 00:00:00 2001 From: Vovanium Date: Tue, 10 Aug 2021 19:31:39 +0300 Subject: [PATCH] % example project --- examples/led_flasher/led_flasher_407z_piswords.gpr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/led_flasher/led_flasher_407z_piswords.gpr b/examples/led_flasher/led_flasher_407z_piswords.gpr index 161130e..bb5d765 100644 --- a/examples/led_flasher/led_flasher_407z_piswords.gpr +++ b/examples/led_flasher/led_flasher_407z_piswords.gpr @@ -1,6 +1,6 @@ with "../../stm32f4_library.gpr"; -project LED_Flasher is +project LED_Flasher_407z_PiSwords is for Languages use("Ada"); for Main use("led_flasher.adb"); for Object_Dir use "objects/407z_piswords"; @@ -22,4 +22,4 @@ project LED_Flasher is for Connection_Tool use "st-util"; end IDE; -end LED_Flasher; \ No newline at end of file +end LED_Flasher_407z_PiSwords; \ No newline at end of file