fixup msp4th on PC testing
authorDan White <dan@whiteaudio.com>
Sat, 13 Apr 2013 17:51:38 +0000 (12:51 -0500)
committerDan White <dan@whiteaudio.com>
Sat, 13 Apr 2013 17:51:38 +0000 (12:51 -0500)
msp4th/ns430.h
msp4th/test4th.c

index 6300546f49d3f59a95823c37498bb2c7154e9f48..48384fd257020201064e8961e5d98c8acc8f06c5 100644 (file)
@@ -3,8 +3,8 @@
 
 typedef unsigned char uint8_t;
 typedef signed char int8_t;
-typedef unsigned int uint16_t;
-typedef signed int int16_t;
+typedef unsigned short uint16_t;
+typedef signed short int16_t;
 
 typedef __attribute__((aligned (2))) uint8_t str_t;
 
index 7a2cebebd5edffc95eb1fb2e48c80215b7a50006..ba8a5f98b2c8f480822b8f783d42bfaa5e309cb5 100644 (file)
@@ -1,5 +1,6 @@
 
 
+#include "ns430.h"
 #include "msp4th.h"