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 14:51:19 +0900
commitffcbae7cc6b2581a6d0f751c283a5d7376a1138c (patch)
treec7efd41de8ce97005206ccf035afdd0b8e2ecd6c /src/types.h
parent800d41d4e30f5a4df68da233dc2810d4c08d9905 (diff)
downloadkpicosim-ffcbae7cc6b2581a6d0f751c283a5d7376a1138c.tar.gz
kpicosim-ffcbae7cc6b2581a6d0f751c283a5d7376a1138c.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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
-