summaryrefslogtreecommitdiff
path: root/gradient.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2021-01-01 16:46:17 -0600
committerBrett Weiland <brett_weiland@bpcspace.com>2021-01-01 16:46:17 -0600
commit0c0f82a22b06db424d0cf1d49ac2d6e066284d4f (patch)
tree4ecb6e626f96f8fcc237c334fc6e48f948a756f8 /gradient.h
parentc8b3250f15ac75d60991b3ad2562209e853cc6f4 (diff)
modified: gradient.h
modified: led_gradient.c modified: makefile
Diffstat (limited to 'gradient.h')
-rw-r--r--gradient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gradient.h b/gradient.h
index ea8635e..e10f16f 100644
--- a/gradient.h
+++ b/gradient.h
@@ -8,6 +8,7 @@
#define MODIFY_SIZE 6
#define EXITED 7
+
typedef struct splits {
unsigned int color;
unsigned int size;