avr: increased number of COM buffers from 4 to 6.

This commit is contained in:
Martin Preuss
2023-03-19 23:21:40 +01:00
parent c247687bf9
commit e5401ee060

View File

@@ -27,7 +27,7 @@
.equ COM_REPEAT_IMPORTANT = 64
.equ COM_REPEAT_VITAL = 255
.equ COM_BUFFER_NUM = 4
.equ COM_BUFFER_NUM = 6
.equ COM_BUFFER_SIZE = 16 ; CAVE: Need to change routine COM_BufferPosToY when changing this value!!