mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-25 22:10:21 +00:00
ea2757908b
Per the comment at the top of the file, defining DIGITAL_SIGNAL_DEBUG_OUTPUT_PIN
to be a GpioPin variable name should allow additional debug output on
that pin. However, this would not work without modifying the file as
well to add the furi_hal.h header. Wrap including that header in the
same macro define to automatically include it when used.
Fixes:
|
||
---|---|---|
.. | ||
presets/nfc | ||
digital_sequence.c | ||
digital_sequence.h | ||
digital_signal.c | ||
digital_signal.h | ||
digital_signal_i.h | ||
SConscript |