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