Enable display remote control

This commit is contained in:
Gregor Riepl 2021-05-04 23:51:04 +02:00
parent b27e2cf18f
commit 6d468b3d99

View file

@ -236,7 +236,7 @@ static void test2() {
int main() { int main() {
init(); init();
while (1) { while (1) {
//loop(); loop();
test(); //test();
} }
} }