factory.h 193 B

12345678
  1. #ifndef _FACTORY_H__
  2. #define _FACTORY_H__
  3. #include "prot/can_message.h"
  4. void can_process_factory_message(can_message_t *can_message);
  5. bool factory_is_running(void);
  6. #endif /* _FACTORY_H__ */