From aa274edd43188bd495b82ef8e9c8d815e7d2974e Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 2 May 2017 17:58:53 -0700 Subject: [PATCH] Revert "add header with rgb struct definition" This reverts commit f2c5e3ae9d6d6085587a246bef289cf588635f6e. Algernon pointed out that we can't depend on the ordering of the struct at the Kaleidoscope level --- src/cRGB.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/cRGB.h diff --git a/src/cRGB.h b/src/cRGB.h deleted file mode 100644 index 142e7ec3..00000000 --- a/src/cRGB.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once -struct cRGB { - uint8_t b; - uint8_t g; - uint8_t r; -};