matlab_23550/Inu/Src/main/message_terminals_can.h
2024-12-27 10:50:32 +03:00

16 lines
298 B
C

/*
* message_terminals_can.h
*
* Created on: 22 ìàÿ 2020 ã.
* Author: yura
*/
#ifndef SRC_MAIN_MESSAGE_TERMINALS_CAN_H_
#define SRC_MAIN_MESSAGE_TERMINALS_CAN_H_
void write_all_data_to_terminals_can(int run_force, unsigned int pause);
#endif /* SRC_MAIN_MESSAGE_TERMINALS_CAN_H_ */