do not update usCtrl

They're not on the robot, they're not defined in the code, and updating them will just cause the whole thing to crash
pull/1/head
EmaMaker 2020-12-16 19:20:34 +01:00
parent 57fe2fd18c
commit 5566afb5bc
1 changed files with 0 additions and 1 deletions

View File

@ -27,5 +27,4 @@ void updateSensors(){
compass->update(); compass->update();
ball->update(); ball->update();
camera->update(); camera->update();
usCtrl->update();
} }