mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 01:30:34 +08:00
fix pixhawk errata URL
This commit is contained in:
committed by
Lorenz Meier
parent
97fd951d4a
commit
27f6b60169
@@ -190,7 +190,7 @@ int ver_main(int argc, char *argv[])
|
||||
printf("\nWARNING WARNING WARNING!\n"
|
||||
"Revision %c has a silicon errata\n"
|
||||
"This device can only utilize a maximum of 1MB flash safely!\n"
|
||||
"http://px4.io/help/errata\n\n", rev);
|
||||
"https://pixhawk.org/help/errata\n\n", rev);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user