diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-27 14:13:14 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-27 14:13:14 -0500 |
commit | be2b73fa7b0da33d96200c4f51b8c3f5f76130c3 (patch) | |
tree | 53cb2fdc520c2f8d55848b2d620c3e2558ede6a9 /main.c | |
parent | 614978068704180412b9926e3bc647f730492139 (diff) |
more const; add msp430 PoC
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -16,10 +16,7 @@ #include "foci.h" -#include <ctype.h> -#include <stdbool.h> #include <stdio.h> -#include <string.h> void foci_putchar(int ch) { |