1
0
Fork 0
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:
borisbstyle 2017-01-31 00:40:15 +01:00
parent ed48051f5b
commit 02b778438f

View file

@ -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) {