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

Unified Diff: platforms/stm/disco_dartino/src/lcd_log_conf.h

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/globals.h ('k') | platforms/stm/disco_dartino/src/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platforms/stm/disco_dartino/src/lcd_log_conf.h
diff --git a/platforms/stm/disco_fletch/src/lcd_log_conf.h b/platforms/stm/disco_dartino/src/lcd_log_conf.h
similarity index 85%
rename from platforms/stm/disco_fletch/src/lcd_log_conf.h
rename to platforms/stm/disco_dartino/src/lcd_log_conf.h
index 494c3d25789d24e3eaa808ba5883600f480d1605..5014137b30d8dfaee63980f583d986c616b80cf8 100644
--- a/platforms/stm/disco_fletch/src/lcd_log_conf.h
+++ b/platforms/stm/disco_dartino/src/lcd_log_conf.h
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE.md file.
// Configuration of the STM LCD log utility
-#ifndef PLATFORMS_STM_DISCO_FLETCH_SRC_LCD_LOG_CONF_H_
-#define PLATFORMS_STM_DISCO_FLETCH_SRC_LCD_LOG_CONF_H_
+#ifndef PLATFORMS_STM_DISCO_DARTINO_SRC_LCD_LOG_CONF_H_
+#define PLATFORMS_STM_DISCO_DARTINO_SRC_LCD_LOG_CONF_H_
#include <stdio.h>
@@ -36,4 +36,4 @@
// Define the writing to the display in log utility to this signature.
#define LCD_LOG_PUTCHAR int LCDLogPutchar(int ch)
-#endif // PLATFORMS_STM_DISCO_FLETCH_SRC_LCD_LOG_CONF_H_
+#endif // PLATFORMS_STM_DISCO_DARTINO_SRC_LCD_LOG_CONF_H_
« no previous file with comments | « platforms/stm/disco_dartino/src/globals.h ('k') | platforms/stm/disco_dartino/src/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698