mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-23 00:38:25 +08:00
9 lines
124 B
C
9 lines
124 B
C
|
|
#ifndef __TEST_H
|
|
#define __TEST_H
|
|
|
|
void test_main(void);
|
|
void test_motor_thread(void const * argument);
|
|
|
|
#endif //__TEST_H
|