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

Reverted #84 initial refactoring, removing #define HAS_CUSTOM_BAUD

This commit is contained in:
Joe Merten
2018-01-16 00:49:35 +01:00
parent 33b023fe80
commit 13904345f5
6 changed files with 34 additions and 42 deletions

View File

@ -1601,7 +1601,7 @@ show_usage(char *name)
printf(" LINENOISE is enabled\n");
printf(" HISTFILE is: %s\n", HISTFILE);
#endif
#if defined(USE_CUSTOM_BAUD) && defined(HAS_CUSTOM_BAUD)
#ifdef USE_CUSTOM_BAUD
printf(" USE_CUSTOM_BAUD is enabled\n");
#endif