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

Refactor status command to print things in more sensible order

This commit is contained in:
jflyper 2018-11-14 20:30:46 +09:00
parent 9486789204
commit d4ac21cdc7
3 changed files with 100 additions and 35 deletions

View file

@ -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"