Merge branch 'master' of github.com:UltimateHackingKeyboard/firmware

This commit is contained in:
László Monda
2017-06-15 20:34:05 +02:00

View File

@@ -59,7 +59,7 @@ if (something) {
...
}
for (uint8_t i; i<j; i++) {
for (uint8_t i = 0; i < j; i++) {
...
}