WIP CAN sender

This commit is contained in:
2023-08-22 17:50:49 +02:00
parent 146fc9011e
commit 6734467031
5 changed files with 222 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
void CANINTERFACE_init(){
CANINTERFACE_myself.wait.f = NULL;
CANINTERFACE_myself.read.f = NULL;
CANINTERFACE_myself.processCan = NULL;
//CANINTERFACE_myself.processCan = NULL;
}
void CANINTERFACE_startBehaviour(){