msp430_init_dco on 2xx devices now knows defaults for MSP430F2618 chips with missing...
[goodfet] / firmware / lib / command.c
index c572a1d..08a5cf7 100644 (file)
@@ -1,3 +1,7 @@
+#include "command.h"
+#include "platform.h"
+#include <string.h>
+
 //! Different command handling functions.
 
 unsigned char cmddata[256];