Index: platforms/stm/disco_dartino/circular_buffer_test.sh |
diff --git a/platforms/stm/disco_fletch/circular_buffer_test.sh b/platforms/stm/disco_dartino/circular_buffer_test.sh |
similarity index 74% |
rename from platforms/stm/disco_fletch/circular_buffer_test.sh |
rename to platforms/stm/disco_dartino/circular_buffer_test.sh |
index 81c44270ce93be1020c84ecbe24c8937a3a4d2ed..b7887c264b5c60c77b5c3b6ea266f5aae6f51d65 100755 |
--- a/platforms/stm/disco_fletch/circular_buffer_test.sh |
+++ b/platforms/stm/disco_dartino/circular_buffer_test.sh |
@@ -7,10 +7,10 @@ |
g++ \ |
-I. \ |
- -DFLETCH_TARGET_OS_POSIX \ |
+ -DDARTINO_TARGET_OS_POSIX \ |
--std=gnu++11 \ |
- platforms/stm/disco_fletch/src/circular_buffer_test.cc \ |
- platforms/stm/disco_fletch/src/circular_buffer.cc \ |
+ platforms/stm/disco_dartino/src/circular_buffer_test.cc \ |
+ platforms/stm/disco_dartino/src/circular_buffer.cc \ |
src/shared/assert.cc \ |
src/shared/platform_posix.cc src/shared/platform_linux.cc \ |
src/shared/utils.cc |