Skip to content

Commit eac2b2c

Browse files
authored
checking
1 parent 4bb1a96 commit eac2b2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

obc/app/modules/comms_link_mgr/comms_manager.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,10 @@ void obcTaskFunctionCommsMgr(void *pvParameters) {
317317
}
318318
}
319319

320-
#ifdef CONFIG_CC1120
320+
//#ifdef CONFIG_CC1120
321321
LOG_IF_ERROR_CODE(cc1120Init());
322322
__construct_stk_chk_guard();
323-
#endif // CONFIG_CC1120
323+
//#endif // CONFIG_CC1120
324324
while (1) {
325325
comms_event_t queueMsg;
326326

0 commit comments

Comments
 (0)