1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Fix include for compile options display.

This commit is contained in:
Girts Folkmanis
2016-11-14 11:13:53 -08:00
parent 1e910f57a8
commit 5a7fab1207

View File

@ -1256,7 +1256,7 @@ show_usage(char *name)
printf("\nCompiled-in options:\n");
printf(" TTY_Q_SZ is %d\n", TTY_Q_SZ);
#ifdef USE_HIGH_BAUD
#ifdef HIGH_BAUD
printf(" HIGH_BAUD is enabled\n");
#endif
#ifdef USE_FLOCK