]> Pileus Git - ~andy/csm213a-hw/blobdiff - hw2/messages.h
Make control script more configurable
[~andy/csm213a-hw] / hw2 / messages.h
index ef81129aedba89b27c281149cb69ca99e189b5b1..cd9439832c85b534025f196e2350ce79176163f0 100644 (file)
@@ -18,7 +18,7 @@ extern "C" {
 #define MSG_CTL_VALID_START  0x0004  // start time is valid
 #define MSG_CTL_VALID_PERIOD 0x0008  // period is valid
 #define MSG_CTL_RELAY_MODE   0x4000  // relay output messages
-#define MSG_CTL_VALID_SYNC   0x8000  // begin time sync
+#define MSG_CTL_BEGIN_SYNC   0x8000  // begin time sync
 
 #pragma pack(1)