aboutsummaryrefslogtreecommitdiffstats
path: root/src/gos/gos_arduino.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gos/gos_arduino.h')
-rw-r--r--src/gos/gos_arduino.h25
1 files changed, 2 insertions, 23 deletions
diff --git a/src/gos/gos_arduino.h b/src/gos/gos_arduino.h
index a9b0c140..b14f812a 100644
--- a/src/gos/gos_arduino.h
+++ b/src/gos/gos_arduino.h
@@ -31,29 +31,8 @@
/* Type definitions */
/*===========================================================================*/
-typedef unsigned char bool_t;
-
-#if 0
- // Already defined by Arduino
- typedef signed char int8_t;
- typedef unsigned char uint8_t;
- typedef signed short int16_t;
- typedef unsigned short uint16_t;
- typedef signed int int32_t;
- typedef unsigned int uint32_t;
- typedef uint32_t size_t;
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
- void gfxHalt(const char *msg);
- void gfxExit(void);
-
-#ifdef __cplusplus
-}
-#endif
+void gfxHalt(const char *msg);
+void gfxExit(void);
/*===========================================================================*/
/* Use the generic thread handling and heap handling */