Skip to content

Commit eb9267e

Browse files
PARKJIHOONandrewc-arm
authored andcommitted
tidy up unused comment
Signed-off-by: PARKJIHOON <[email protected]>
1 parent ccb85e0 commit eb9267e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

targets/TARGET_Samsung/TARGET_SIDK_S5JS100/dcxo_update.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,10 @@ extern "C" {
108108
void dcxo_init(void)
109109
{
110110
char mio_name[32] = "dcxo";
111-
// DCXO_UPDATE_DBG("%s:%d\n", __func__, __LINE__);
112111
ctb_tbl = (Full_set_table_t *)malloc(sizeof(Full_set_table_t) * DCXO_TEMPERATURE_RANGE);
113112

114113
dcxo_mio = getModemIoDeviceByName(mio_name);
115114
dcxo_mio->register_ReadCb(dcxo_update_task, NULL);
116-
// DCXO_UPDATE_DBG("%s:%d\n", __func__, __LINE__);
117115
}
118116

119117
}

0 commit comments

Comments
 (0)