missing bracket

This commit is contained in:
iceman1001 2019-04-26 10:49:30 +02:00
commit 4ad9f57939

View file

@ -159,7 +159,7 @@ static void UsbCommandReceived(UsbCommand *c) {
#if defined(__linux__) || (__APPLE__) #if defined(__linux__) || (__APPLE__)
memcpy(s, c->d.asBytes, len); memcpy(s, c->d.asBytes, len);
#else #else
if (flag & FLAG_ANSI) if (flag & FLAG_ANSI) {
// Filter out ANSI sequences on these OS // Filter out ANSI sequences on these OS
uint16_t si = 0; uint16_t si = 0;
for (uint16_t i=0; i < len; i++) { for (uint16_t i=0; i < len; i++) {