aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_arduino.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_arduino.c')
-rw-r--r--src/gos/gos_arduino.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gos/gos_arduino.c b/src/gos/gos_arduino.c
index 09241a28..30e731f1 100644
--- a/src/gos/gos_arduino.c
+++ b/src/gos/gos_arduino.c
@@ -53,7 +53,7 @@ void _gosDeinit(void)
*********************************************************/
void gfxHalt(const char *msg) {
- volatile uint32_t dummy;
+ volatile gU32 dummy;
(void) msg;
while(1)
@@ -61,7 +61,7 @@ void gfxHalt(const char *msg) {
}
void gfxExit(void) {
- volatile uint32_t dummy;
+ volatile gU32 dummy;
while(1)
dummy++;