mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-24 17:58:11 +08:00
8 lines
77 B
C
8 lines
77 B
C
|
|
#ifndef __TEST_H
|
|
#define __TEST_H
|
|
|
|
void test_main(void);
|
|
|
|
#endif //__TEST_H
|