| Index: platforms/stm/disco_dartino/src/circular_buffer_test.cc
|
| diff --git a/platforms/stm/disco_fletch/src/circular_buffer_test.cc b/platforms/stm/disco_dartino/src/circular_buffer_test.cc
|
| similarity index 98%
|
| rename from platforms/stm/disco_fletch/src/circular_buffer_test.cc
|
| rename to platforms/stm/disco_dartino/src/circular_buffer_test.cc
|
| index db30f357beea227b5944f0169e5c046df23500e7..e0c6fc33a43007ee0c0c872f3c4a114a9edde7f7 100755
|
| --- a/platforms/stm/disco_fletch/src/circular_buffer_test.cc
|
| +++ b/platforms/stm/disco_dartino/src/circular_buffer_test.cc
|
| @@ -9,7 +9,7 @@
|
| #include "src/shared/assert.h"
|
| #include "src/shared/atomic.h"
|
|
|
| -#include "platforms/stm/disco_fletch/src/circular_buffer.h"
|
| +#include "platforms/stm/disco_dartino/src/circular_buffer.h"
|
|
|
| void compare_buffers(uint8_t* buffer1, uint8_t* buffer2, int size) {
|
| for (int i = 0; i < size; i++) {
|
|
|