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

Renaming resourceOwner_t to resourceOwner_e

This commit is contained in:
blckmn 2016-11-07 08:57:54 +11:00
parent dc5b0a64bd
commit eb53cbb40d
4 changed files with 10 additions and 10 deletions

View file

@ -34,7 +34,7 @@ typedef enum {
OWNER_SOFTSPI,
OWNER_RX_SPI,
OWNER_TOTAL_COUNT
} resourceOwner_t;
} resourceOwner_e;
extern const char * const ownerNames[OWNER_TOTAL_COUNT];
@ -51,6 +51,6 @@ typedef enum {
RESOURCE_ADC_BATTERY, RESOURCE_ADC_RSSI, RESOURCE_ADC_EXTERNAL1, RESOURCE_ADC_CURRENT,
RESOURCE_RX_CE,
RESOURCE_TOTAL_COUNT
} resourceType_t;
} resourceType_e;
extern const char * const resourceNames[RESOURCE_TOTAL_COUNT];