1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

Add resource command

This commit is contained in:
jflyper 2017-07-03 11:52:01 +09:00
parent f78ced9a4d
commit c6aa8e7b56
3 changed files with 5 additions and 0 deletions

View file

@ -64,5 +64,6 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"COMPASS_CS",
"SPI_PREINIT",
"RX_BIND_PLUG",
"ESCSERIAL",
};