aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds
diff options
context:
space:
mode:
Diffstat (limited to 'src/systemcmds')
-rw-r--r--src/systemcmds/ver/ver.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/systemcmds/ver/ver.c b/src/systemcmds/ver/ver.c
index b11b593c3..9d308bc3e 100644
--- a/src/systemcmds/ver/ver.c
+++ b/src/systemcmds/ver/ver.c
@@ -182,9 +182,7 @@ int ver_main(int argc, char *argv[])
if (rev < STM32F4_REV_3) {
printf("\n\nWARNING WARNING WARNING!\n"
"Revision %c has a silicon errata\n"
- "on USB connectivity combined with\n"
- "flash bank #2. This device can only\n"
- "utilize a maximum of 1MB flash safely!\n"
+ "This device can only utilize a maximum of 1MB flash safely!\n"
"http://px4.io/help/errata\n", rev);
}
ret = 0;