Skip to content

Commit c61a1fb

Browse files
committed
Disable sntp server tenant for a bit
1 parent 674f101 commit c61a1fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/backplane/radio_module/src/c_radio_module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ void CRadioModule::AddTasksToRtos() {
5656

5757
void CRadioModule::SetupCallbacks() {
5858
alertTenant.Subscribe(&stateMachineUpdater);
59-
sntpServerTenant.Register();
59+
// // sntpServerTenant.Register();
6060
alertTenant.Register();
6161

6262
callsignBroadcastTenant.Register();

0 commit comments

Comments
 (0)