diff options
Diffstat (limited to 'platforms')
-rw-r--r-- | platforms/chibios/QMK_PROTON_C/configs/halconf.h | 2 | ||||
-rw-r--r-- | platforms/chibios/common/configs/halconf.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platforms/chibios/QMK_PROTON_C/configs/halconf.h b/platforms/chibios/QMK_PROTON_C/configs/halconf.h index 41fbac29e..d7a639a6d 100644 --- a/platforms/chibios/QMK_PROTON_C/configs/halconf.h +++ b/platforms/chibios/QMK_PROTON_C/configs/halconf.h | |||
@@ -412,7 +412,7 @@ | |||
412 | * buffers. | 412 | * buffers. |
413 | */ | 413 | */ |
414 | #if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__) | 414 | #if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__) |
415 | #define SERIAL_BUFFERS_SIZE 16 | 415 | #define SERIAL_BUFFERS_SIZE 128 |
416 | #endif | 416 | #endif |
417 | 417 | ||
418 | /*===========================================================================*/ | 418 | /*===========================================================================*/ |
diff --git a/platforms/chibios/common/configs/halconf.h b/platforms/chibios/common/configs/halconf.h index 264ae4e6c..c80f67ee2 100644 --- a/platforms/chibios/common/configs/halconf.h +++ b/platforms/chibios/common/configs/halconf.h | |||
@@ -412,7 +412,7 @@ | |||
412 | * buffers. | 412 | * buffers. |
413 | */ | 413 | */ |
414 | #if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__) | 414 | #if !defined(SERIAL_BUFFERS_SIZE) || defined(__DOXYGEN__) |
415 | #define SERIAL_BUFFERS_SIZE 16 | 415 | #define SERIAL_BUFFERS_SIZE 128 |
416 | #endif | 416 | #endif |
417 | 417 | ||
418 | /*===========================================================================*/ | 418 | /*===========================================================================*/ |