mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
RGB no gpio output in debug builds
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
/* Настройки */
|
||||
#define SK6805_LED_PIN &led_pin // LED connection port
|
||||
|
||||
#ifdef FURI_DEBUG
|
||||
#if false
|
||||
#define DEBUG_PIN &gpio_ext_pa7
|
||||
#define DEBUG_INIT() \
|
||||
furi_hal_gpio_init(DEBUG_PIN, GpioModeOutputPushPull, GpioPullNo, GpioSpeedVeryHigh)
|
||||
|
||||
Reference in New Issue
Block a user