Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Unified Diff: platforms/stm/disco_dartino/src/circular_buffer_test.cc

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « platforms/stm/disco_dartino/src/circular_buffer.cc ('k') | platforms/stm/disco_dartino/src/cmpctmalloc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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++) {
« no previous file with comments | « platforms/stm/disco_dartino/src/circular_buffer.cc ('k') | platforms/stm/disco_dartino/src/cmpctmalloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698