summaryrefslogtreecommitdiff
path: root/n/avr/rs232/test_rs232.c
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/rs232/test_rs232.c')
-rw-r--r--n/avr/rs232/test_rs232.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/n/avr/rs232/test_rs232.c b/n/avr/rs232/test_rs232.c
index 3771758..c08dcda 100644
--- a/n/avr/rs232/test_rs232.c
+++ b/n/avr/rs232/test_rs232.c
@@ -23,12 +23,15 @@
* }}} */
#include "rs232.h"
+#include <avr/interrupt.h>
+
/* +AutoDec */
/* -AutoDec */
int
main (void)
{
+ sei ();
rs232_init ();
rs232_putc ('N');
rs232_putc ('i');