#ifndef __AXIS_C_INTERFACE_H #define __AXIS_C_INTERFACE_H #ifdef __cplusplus extern "C" { #endif void axis_thread_entry(void const * temp_motor_ptr); #ifdef __cplusplus } #endif #endif /* __AXIS_C_INTERFACE_H */