]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/platforms/null/hardware.h
AlarmCounter needs the #include depending on component loading order.
[tinyos-2.x.git] / tos / platforms / null / hardware.h
index bd9ff077616c39793fa5fdcbec6228106a4ad252..4e2f7984303223d4f508b52cc39d20d1388f9063 100644 (file)
@@ -5,6 +5,7 @@ inline void __nesc_enable_interrupt() { }
 inline void __nesc_disable_interrupt() { }
 
 typedef uint8_t __nesc_atomic_t;
+typedef uint8_t mcu_power_t;
 
 inline __nesc_atomic_t __nesc_atomic_start(void) @spontaneous() {
   return 0;