spaceconcordia / space-lib

Libraries projects
0 stars 2 forks source link

SpaceDecl.h - dead code #3

Closed CandyRedTele closed 9 years ago

CandyRedTele commented 9 years ago

Why do we have commented out code in SpaceDecl.h? Please either uncomment or remove if the code id dead .

 83 // Subsystem IDs
 84 //#define ACS          0x00
 85 //#define COMMS        0x01
 86 //#define HARDWARE     0x02
 87 //#define MECH         0x03
 88 //#define PAYLOAD      0x04
 89 //#define POWER        0x05
 90 //#define SOFTWARE     0x06
 91 //#define UPDATER      0x07
 92 //#define WATCH_PUPPY  0x08
 93 //#define UNDEF_SUB    0xFF
 94 // Software Subsystem IDs for logging purposes
SpaceShawn commented 9 years ago

System wide IDs are clarified, dead code uncommented.