mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-17 00:28:11 -07:00
New formatting
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#define DEBUG_INIT() \
|
||||
furi_hal_gpio_init(DEBUG_PIN, GpioModeOutputPushPull, GpioPullNo, GpioSpeedVeryHigh)
|
||||
#define DEBUG_SET_HIGH() furi_hal_gpio_write(DEBUG_PIN, true)
|
||||
#define DEBUG_SET_LOW() furi_hal_gpio_write(DEBUG_PIN, false)
|
||||
#define DEBUG_SET_LOW() furi_hal_gpio_write(DEBUG_PIN, false)
|
||||
#else
|
||||
#define DEBUG_INIT()
|
||||
#define DEBUG_SET_HIGH()
|
||||
|
||||
Reference in New Issue
Block a user