summaryrefslogtreecommitdiff
path: root/resources/memtest86plus/patch/0001-config.h-beep_mode-and-baud_rate.patch
blob: 2fef505167f9d0b409e2559d2cdaf0994fe25385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- config.h	2020-12-14 01:27:24.300252326 +0000
+++ config.h.new	2020-12-14 01:27:30.004252080 +0000
@@ -17,7 +17,7 @@
 #define CONSERVATIVE_SMP 1
 
 /* BEEP_MODE - Beep on error. Default off, Change to 1 to enable */
-#define BEEP_MODE 0
+#define BEEP_MODE 1
 
 /* BEEP_END_NO_ERROR - Beep at end of each pass without error. Default off, Change to 1 to enable */
 #define BEEP_END_NO_ERROR 0
@@ -35,7 +35,7 @@
 #define SERIAL_TTY 0
 
 /* SERIAL_BAUD_RATE - Baud rate for the serial console */
-#define SERIAL_BAUD_RATE 9600
+#define SERIAL_BAUD_RATE 115200
 
 /* SCRN_DEBUG - extra check for SCREEN_BUFFER
  */