From db850087a4222e0709269e666ddf8923a72977ab Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 24 Mar 2025 13:35:20 +0300 Subject: ESFM: Fixed a dumb bug that broke the buffer --- src/chips/esfmu/esfm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chips/esfmu/esfm.h') 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; -- cgit v1.2.3