Create CONTRIBUTING.md

This commit is contained in:
László Monda
2017-06-15 19:42:29 +02:00
committed by GitHub
parent cd060d8aa5
commit 57ea831bcf

View File

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