Skip to content

Commit

Permalink
Merge pull request #834 from 32blit/patch-pico-led-config
Browse files Browse the repository at this point in the history
pico: include config in led.cpp
  • Loading branch information
Gadgetoid authored Aug 29, 2023
2 parents 2273520 + a381903 commit 248a250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 32blit-pico/led.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include "hardware/pwm.h"
#include "pico/binary_info.h"

#include "config.h"

#include "engine/api_private.hpp"

#if defined(LED_R_PIN) && defined(LED_G_PIN) && defined(LED_B_PIN)
Expand Down

0 comments on commit 248a250

Please sign in to comment.