summaryrefslogtreecommitdiff
path: root/supervisor
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-05-25 18:39:16 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-06-01 15:07:31 -0700
commitfd71e56891749837a823a4b555b84150b6fbc1e8 (patch)
tree7012f08d34d76827afd21f4427ce7a10f838fd6e /supervisor
parentae31c4ac18587b6b0b92a65cf24661552ecd968d (diff)
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Ideally in the future they won't depend on ASF4 or MicroPython.
Diffstat (limited to 'supervisor')
-rw-r--r--supervisor/shared/rgb_led_status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/supervisor/shared/rgb_led_status.c b/supervisor/shared/rgb_led_status.c
index 8f1b506fe..584d021b0 100644
--- a/supervisor/shared/rgb_led_status.c
+++ b/supervisor/shared/rgb_led_status.c
@@ -27,7 +27,6 @@
#include "mphalport.h"
#include "common-hal/microcontroller/Pin.h"
#include "rgb_led_status.h"
-#include "pins.h"
#ifdef MICROPY_HW_NEOPIXEL
uint8_t rgb_status_brightness = 63;