fixes
This commit is contained in:
10
main/components/servocontroller.c
Normal file
10
main/components/servocontroller.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "servocontroller.h"
|
||||
#include "string.h"
|
||||
|
||||
ServoState servoState;
|
||||
|
||||
//TODO add a task and implement
|
||||
|
||||
void servoControllerInit() {
|
||||
memset(&servoState, 0, sizeof(servoState));
|
||||
}
|
Reference in New Issue
Block a user