Commit 9e993de4 authored by Lucas Russo's avatar Lucas Russo

sm_io/*/sm_ch_si57x.c: fix trivial typo on debug info

parent 24424669
......@@ -210,7 +210,7 @@ smch_err_e smch_si57x_get_freq (smch_si57x_t *self, double *freq)
smch_err_e err = SMCH_SUCCESS;
double frequency = 0;
DBE_DEBUG (DBG_SM_CH | DBG_LVL_TRACE, "[sm_ch:si57x_set_freq] Getting current "
DBE_DEBUG (DBG_SM_CH | DBG_LVL_TRACE, "[sm_ch:si57x_get_freq] Getting current "
"frequency\n");
/* rfreq is usually a large value. So we divide it first */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment