aboutsummaryrefslogtreecommitdiff
path: root/src/chips/esfmu/esfm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chips/esfmu/esfm.h')
-rw-r--r--src/chips/esfmu/esfm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chips/esfmu/esfm.h b/src/chips/esfmu/esfm.h
index 5ea9607..0a1ff74 100644
--- a/src/chips/esfmu/esfm.h
+++ b/src/chips/esfmu/esfm.h
@@ -74,7 +74,7 @@ int16_t ESFM_get_channel_output_native(esfm_chip *chip, int channel_idx);
/* These are fake types just for syntax sugar. */
/* Beware of their underlying types when reading/writing to them. */
-typedef int esbool;
+typedef int8_t esbool;
#define estrue 1
#define esfalse 0
typedef uint8_t flag;