Bugs: fixed telemetry disable compilation error

This commit is contained in:
Pascal Langer
2018-10-11 17:58:07 +02:00
parent 5cf8d8d263
commit b40e7d6e97
4 changed files with 19 additions and 10 deletions

View File

@@ -1187,6 +1187,12 @@ static void protocol_init()
remote_callback = cflie_callback;
break;
#endif
#if defined(TEST_NRF24L01_INO)
case PROTO_TEST:
next_callback=initTest();
remote_callback = Test_callback;
break;
#endif
#endif
}
}