This commit is contained in:
hg
2014-03-05 18:57:08 +01:00
parent 5d86d6c2bd
commit d6d758d53f
6 changed files with 45 additions and 11 deletions

View File

@ -19,7 +19,6 @@ public:
};
typedef union {
float f;
uint8_t e[sizeof(float)];