diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-27 14:21:30 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-27 14:21:30 -0500 |
commit | 9592fbf2684b1f3f1892bf02404e41f209b0c5ac (patch) | |
tree | bb398714808f65c0ba63e428e09cf54b4864dac3 /msp430/main.c | |
parent | be2b73fa7b0da33d96200c4f51b8c3f5f76130c3 (diff) |
reorganize arch's
Diffstat (limited to 'msp430/main.c')
-rw-r--r-- | msp430/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/msp430/main.c b/msp430/main.c index 5c83c2e..1e691d3 100644 --- a/msp430/main.c +++ b/msp430/main.c @@ -1,7 +1,6 @@ #include <msp430.h> -#define FOCI_MSP430 -#include "../foci.h" +#include "foci.h" int main() { |