Revert "add header with rgb struct definition"

This reverts commit f2c5e3ae9d.
Algernon pointed out that we can't depend on the ordering of the struct
at the Kaleidoscope level
pull/132/head
Jesse Vincent 7 years ago
parent 338c5c6551
commit aa274edd43
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -1,6 +0,0 @@
#pragma once
struct cRGB {
uint8_t b;
uint8_t g;
uint8_t r;
};
Loading…
Cancel
Save