mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-05 01:36:39 +08:00
7 lines
75 B
C
7 lines
75 B
C
|
#ifndef __TEST_MODE_H
|
||
|
#define __TEST_MODE_H
|
||
|
|
||
|
void test_main(void);
|
||
|
|
||
|
#endif
|