]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/RadioCountToLeds/RadioCountToLeds.h
Merge over into the trunk.
[tinyos-2.x.git] / apps / RadioCountToLeds / RadioCountToLeds.h
index b2d4a68bdcc02af10841cff1f842dec75e7bc9f1..deed967d99713c8e398c82b9dc931ceff5146b54 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef RADIO_COUNT_TO_LEDS_H
 #define RADIO_COUNT_TO_LEDS_H
 
-typedef nx_struct RadioCountMsg {
+typedef nx_struct radio_count_msg {
   nx_uint16_t counter;
-} RadioCountMsg;
+} radio_count_msg_t;
 
 enum {
-  AM_RADIOCOUNTMSG = 6,
+  AM_RADIO_COUNT_MSG = 6,
 };
 
 #endif