Removed cpm unused variables
This commit is contained in:
parent
642d632f02
commit
f07f47a193
|
|
@ -38,8 +38,6 @@ float roadRotationCos;
|
||||||
S_ETHERNET_CONNECTION_T s_socket;
|
S_ETHERNET_CONNECTION_T s_socket;
|
||||||
S_OBJECT_CONTROL_T s_objectControl;
|
S_OBJECT_CONTROL_T s_objectControl;
|
||||||
S_OBJECTS_T as_objects[NOF_OBJECTS];
|
S_OBJECTS_T as_objects[NOF_OBJECTS];
|
||||||
char* station_id;
|
|
||||||
it2s_config_t* config;
|
|
||||||
|
|
||||||
|
|
||||||
bool waitingIncomingConnection(void){
|
bool waitingIncomingConnection(void){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue