mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Remove USE_SWDIO, simply refer to DEBUG (#12361)
Remove USE_SWDIO, simply refer to debug Command line of `make TARGET=STM32F405 DEBUG=GDB` will trigger this. Alternative is simply `make TARGET=STM32F405 EXTRA_FLAGS="-DDEBUG"`
This commit is contained in:
parent
4fe980384c
commit
3598f3e41a
8 changed files with 84 additions and 16 deletions
|
@ -111,3 +111,5 @@ typedef enum {
|
|||
} debugType_e;
|
||||
|
||||
extern const char * const debugModeNames[DEBUG_COUNT];
|
||||
|
||||
void debugInit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue