Skip to content

Commit f2edc49

Browse files
authored
Remove temporary CoCo bool (#140)
1 parent 907b94d commit f2edc49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/fuji_typedefs_io.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
#define FILE_MAXLEN 36
99
#define SSID_MAXLEN 33 /* 32 + NULL */
1010

11-
#ifdef _CMOC_VERSION_
12-
typedef unsigned char bool;
13-
#define true 1
14-
#define false 0
15-
#endif /* _CMOC_VERSION_ */
16-
1711
/**
1812
* Returned info for a single SSID entry
1913
* from a WiFi scan

0 commit comments

Comments
 (0)