0002-config.h-beep_mode-and-baud_rate.patch 376 B

12345678910111213
  1. --- config.h 2015-11-18 23:49:27.696700200 +0100
  2. +++ config.h.new 2015-11-19 00:08:55.799401157 +0100
  3. @@ -19,3 +19,3 @@
  4. /* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */
  5. -#define BEEP_MODE 0
  6. +#define BEEP_MODE 1
  7. @@ -37,3 +37,3 @@
  8. /* SERIAL_BAUD_RATE - Baud rate for the serial console */
  9. -#define SERIAL_BAUD_RATE 9600
  10. +#define SERIAL_BAUD_RATE 115200