summaryrefslogtreecommitdiffstats
path: root/src/types.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 14:46:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-16 19:49:54 +0900
commit191287fc26523607cd468fd548ee17d693a6bec3 (patch)
treec7efd41de8ce97005206ccf035afdd0b8e2ecd6c /src/types.h
parentee224f9d083904c4a8fe0865a741af74fb48ed6b (diff)
downloadkpicosim-191287fc.tar.gz
kpicosim-191287fc.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit ffcbae7cc6b2581a6d0f751c283a5d7376a1138c)
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/types.h b/src/types.h
index f3d440c..1219125 100644
--- a/src/types.h
+++ b/src/types.h
@@ -1,9 +1,3 @@
-
-
typedef unsigned char uint8_t ;
typedef unsigned short uint16_t ;
typedef unsigned int uint32_t ;
-
-#define TRUE 1
-#define FALSE 0
-