mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Refactor status command to print things in more sensible order
This commit is contained in:
parent
9486789204
commit
d4ac21cdc7
3 changed files with 100 additions and 35 deletions
|
@ -108,6 +108,9 @@ typedef struct
|
|||
#define WS2811_DMA_HANDLER_IDENTIFER 0
|
||||
#define NVIC_PriorityGroup_2 0x500
|
||||
|
||||
#define MCU_TYPE_ID 99
|
||||
#define MCU_TYPE_NAME "UNIT_TEST"
|
||||
|
||||
#include "target.h"
|
||||
|
||||
#include "target/common_defaults_post.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue