8 lines
144 B
C
8 lines
144 B
C
#include "test.h"
|
|
|
|
int test_buttons() {
|
|
channel_init("testdata/testconfig0.json");
|
|
channel_init("testdata/testconfig1.json");
|
|
return 0;
|
|
}
|