mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Fixed some comparion sign warnings
This commit is contained in:
parent
5502257e02
commit
d2b31c1770
3 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ typedef enum {
|
|||
FEATURE_DYNAMIC_FILTER = 1 << 29,
|
||||
} features_e;
|
||||
|
||||
#define MAX_NAME_LENGTH 16
|
||||
#define MAX_NAME_LENGTH 16u
|
||||
typedef struct pilotConfig_s {
|
||||
char name[MAX_NAME_LENGTH + 1];
|
||||
} pilotConfig_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue