2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-04 09:27:11 +08:00
artiq/soc/runtime/test_mode.h

7 lines
75 B
C
Raw Normal View History

#ifndef __TEST_MODE_H
#define __TEST_MODE_H
void test_main(void);
#endif