Fix error message buffer size
This commit is contained in:
parent
9b2f53dc9a
commit
f42bf358e8
@ -416,7 +416,7 @@ int roundUpToAligned(int number) {
|
|||||||
return (number + 3) & ~0x03;
|
return (number + 3) & ~0x03;
|
||||||
}
|
}
|
||||||
|
|
||||||
#define ERROR_BUFFER_SIZE 100
|
#define ERROR_BUFFER_SIZE 150
|
||||||
|
|
||||||
void reportIllegalCommandByte(int commandByte) {
|
void reportIllegalCommandByte(int commandByte) {
|
||||||
char errorBuffer[ERROR_BUFFER_SIZE];
|
char errorBuffer[ERROR_BUFFER_SIZE];
|
||||||
|
BIN
tcpgecko.elf
BIN
tcpgecko.elf
Binary file not shown.
Loading…
Reference in New Issue
Block a user