]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/RadioSenseToLeds/RadioSenseToLeds.h
Merge over into the trunk.
[tinyos-2.x.git] / apps / RadioSenseToLeds / RadioSenseToLeds.h
index bc4fe328f8bd7786fa1014b962e9335017c99b8e..500b4c3a192a4b71cf6e6644d66bd06fe0ee835b 100644 (file)
@@ -1,13 +1,13 @@
 #ifndef RADIO_SENSE_TO_LEDS_H
 #define RADIO_SENSE_TO_LEDS_H
 
-typedef nx_struct RadioSenseMsg {
+typedef nx_struct radio_sense_msg {
   nx_uint16_t error;
   nx_uint16_t data;
-} RadioSenseMsg;
+} radio_sense_msg_t;
 
 enum {
-  AM_RADIOSENSEMSG = 7,
+  AM_RADIO_SENSE_MSG = 7,
 };
 
 #endif