Average Messfunktion eingebunden

This commit is contained in:
2016-09-25 10:51:37 +02:00
parent db2ca40d1a
commit 165df54c61
2 changed files with 2 additions and 2 deletions

2
main.c
View File

@@ -13,7 +13,7 @@ void shutdown(void) {
PI_THREAD (accelerometerupdater) {
while (updateAccelerometerValue() == 0) {
delay(500);
delay(10);
}
return 0; //Muss returned werden, da void *
}