aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/wirish_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'wirish/wirish_types.h')
-rw-r--r--wirish/wirish_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wirish/wirish_types.h b/wirish/wirish_types.h
index 39efae0..43a6525 100644
--- a/wirish/wirish_types.h
+++ b/wirish/wirish_types.h
@@ -62,4 +62,7 @@ typedef struct stm32_pin_info {
* variable in Flash instead of RAM. */
#define __FLASH__ __attr_flash
+typedef uint8 boolean;
+typedef uint8 byte;
+
#endif