aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2025-01-27 14:13:14 -0500
committerClyne Sullivan <clyne@bitgloo.com>2025-01-27 14:13:14 -0500
commitbe2b73fa7b0da33d96200c4f51b8c3f5f76130c3 (patch)
tree53cb2fdc520c2f8d55848b2d620c3e2558ede6a9 /main.c
parent614978068704180412b9926e3bc647f730492139 (diff)
more const; add msp430 PoC
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.c b/main.c
index 4429d2d..e6230de 100644
--- a/main.c
+++ b/main.c
@@ -16,10 +16,7 @@
#include "foci.h"
-#include <ctype.h>
-#include <stdbool.h>
#include <stdio.h>
-#include <string.h>
void foci_putchar(int ch)
{