9 lines
102 B
C
9 lines
102 B
C
#ifndef TEST_ECHO_H
|
|
#define TEST_ECHO_H
|
|
|
|
#include "main.h"
|
|
|
|
void test_echo_switch(u8 enable);
|
|
|
|
#endif
|