1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-14 20:10:18 +03:00

Separation of boxId and permanentId.

This commit is contained in:
jflyper 2018-02-16 10:22:50 +09:00
parent 1bcfa5ddb0
commit 18d5a373c0
7 changed files with 32 additions and 25 deletions

View file

@ -21,6 +21,8 @@
#include "pg/pg.h"
#define BOXID_NONE 255
typedef enum {
// ARM flag
BOXARM = 0,