We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f16ad commit 6f7dc38Copy full SHA for 6f7dc38
src/boards/boards.c
@@ -24,11 +24,13 @@
24
25
#include "boards.h"
26
#include "nrf_pwm.h"
27
-#include "nrf_spim.h"
28
-#include "nrf_clock.h"
29
#include "app_scheduler.h"
30
#include "app_timer.h"
31
+#ifdef LED_APA102
+#include "nrf_spim.h"
32
+#endif
33
+
34
//--------------------------------------------------------------------+
35
// MACRO TYPEDEF CONSTANT ENUM DECLARATION
36
0 commit comments