diff options
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() { |