TelosB target support.
[goodfet] / firmware / include / platform.h
index 87b18cc..067d3f6 100644 (file)
@@ -21,9 +21,11 @@ void setbaud1(unsigned char);
 void msp430_init_uart();
 //! Initialize the DCO Clock
 void msp430_init_dco();
+//! Called by monitor() when the DCO is correct and communication established.
+void msp430_init_dco_done();
 
 //LED on P1.0
 #define PLEDOUT P1OUT
 #define PLEDDIR P1DIR
-#define PLEDPIN 0x1
+#define PLEDPIN BIT0