BV: fix typo

This commit is contained in:
King Kévin 2018-02-23 16:03:12 +01:00
parent 12182e3667
commit 2327a3b5f2
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ static bool busvoodoo_uart_setup(char** prefix, const char* line)
}
if (BUSVOODOO_UART_SETTING_DRIVE==busvoodoo_uart_setting) { // if next setting
printf("p) push-pull (3.3V)\n");
printf("o) open-drain (set lV do desired voltage), with embedded pull-up (2kO)\n");
printf("o) open-drain (set LV to the desired voltage), with embedded pull-up (2kO)\n");
snprintf(config, LENGTH(config), "drive mode (p,o) [%c]", busvoodoo_uart_drive); // show drive mode
*prefix = config; // display next setting
}