mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 22:35:23 +03:00
Change Warning to Note
This commit is contained in:
parent
ed48051f5b
commit
02b778438f
1 changed files with 1 additions and 1 deletions
|
@ -3375,7 +3375,7 @@ static void printResource(uint8_t dumpMask, const master_t *defaultConfig)
|
|||
|
||||
static void resourceCheck(uint8_t resourceIndex, uint8_t index, ioTag_t tag)
|
||||
{
|
||||
const char * format = "\r\n* WARNING * %c%d also used by %s";
|
||||
const char * format = "\r\n* NOTE * %c%d moved from %s";
|
||||
for (int r = 0; r < (int)ARRAYLEN(resourceTable); r++) {
|
||||
for (int i = 0; i < MAX_RESOURCE_INDEX(resourceTable[r].maxIndex); i++) {
|
||||
if (*(resourceTable[r].ptr + i) == tag) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue