1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-01 12:24:14 +01:00

Merge pull request #5309 from ChisholmKyle/patch-1

remove extra semicolon
This commit is contained in:
Martino Facchin 2016-08-29 09:28:30 +02:00 committed by GitHub
commit 2a546de1c2

View File

@ -399,7 +399,7 @@ bool SendControl(u8 d)
}
_cmark++;
return true;
};
}
// Clipped by _cmark/_cend
int USB_SendControl(u8 flags, const void* d, int len)