Restructured the common/ directory, and simplified the build process

This commit is contained in:
Kayne Ruse
2014-05-26 02:08:07 +10:00
parent 7b76e07231
commit c2eb08bd5e
23 changed files with 88 additions and 67 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
union SerialPacket {
//types of packets
//TODO: readd the value definitions
//TODO: read the value definitions
enum class Type {
//default: there is something wrong
NONE = 0,