change tabs to spaces

This commit is contained in:
2016-09-07 13:29:10 +02:00
parent 44511b2b16
commit 4e964bbbdf
13 changed files with 246 additions and 246 deletions

View File

@ -37,6 +37,6 @@ uint32_t getMillis() {
}
void ms_active_delay(uint16_t delay) {
uint32_t start = timestamp;
while (start + delay > timestamp);
uint32_t start = timestamp;
while (start + delay > timestamp);
}