1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

PICO: Implement debug pin (#14526)

This commit is contained in:
Jay Blackman 2025-07-17 18:46:13 +10:00 committed by GitHub
parent 1719e72eb4
commit 67d9ca8181
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 99 additions and 6 deletions

View file

@ -53,7 +53,6 @@ PG_SRC = \
COMMON_SRC = \
build/build_config.c \
build/debug.c \
build/debug_pin.c \
build/version.c \
main.c \
common/bitarray.c \