aboutsummaryrefslogtreecommitdiffstats
path: root/msp430/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'msp430/main.c')
-rw-r--r--msp430/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/msp430/main.c b/msp430/main.c
index fd0489f..9d9cc83 100644
--- a/msp430/main.c
+++ b/msp430/main.c
@@ -2,6 +2,8 @@
#include "foci.h"
+static intptr_t dict[100];
+
int main()
{
WDTCTL = WDTPW | WDTHOLD;
@@ -18,7 +20,7 @@ int main()
UCA0MCTL = UCBRS0; // Modulation UCBRSx = 1
UCA0CTL1 &= ~UCSWRST;
- init();
+ init(dict);
foci_putchar('o');
foci_putchar('k');