Enable display remote control
This commit is contained in:
parent
b27e2cf18f
commit
6d468b3d99
1 changed files with 2 additions and 2 deletions
|
@ -236,7 +236,7 @@ static void test2() {
|
||||||
int main() {
|
int main() {
|
||||||
init();
|
init();
|
||||||
while (1) {
|
while (1) {
|
||||||
//loop();
|
loop();
|
||||||
test();
|
//test();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue