From b3db6dca99248ed7415c7a09f789c4a5cd8011cf Mon Sep 17 00:00:00 2001 From: not-matt <32398028+not-matt@users.noreply.github.com> Date: Mon, 18 Dec 2017 20:45:22 +0000 Subject: [PATCH] Delete ws2812_gamma.h --- ws2812_gamma.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ws2812_gamma.h diff --git a/ws2812_gamma.h b/ws2812_gamma.h deleted file mode 100644 index 84353a2..0000000 --- a/ws2812_gamma.h +++ /dev/null @@ -1,12 +0,0 @@ -// ws2812_gamma.h - -#ifndef __WS2812_GAMMA_H__ -#define __WS2812_GAMMA_H__ - -#include -#include "ws2812.h" - -extern const uint8_t *gamma_dither[WS2812_DITHER_NUM]; - -#endif -