Improve code style
This commit is contained in:
parent
1d97e7e11e
commit
f83c4e7286
6 changed files with 13 additions and 13 deletions
|
@ -91,7 +91,7 @@ cc26xx_rtc_get_next_trigger()
|
|||
if(HWREG(AON_RTC_BASE + AON_RTC_O_CHCTL) & AON_RTC_CHCTL_CH0_EN) {
|
||||
rtimer_clock_t ch0 = ti_lib_aon_rtc_compare_value_get(AON_RTC_CH2);
|
||||
|
||||
return RTIMER_CLOCK_LT(ch0 ,ch2) ? ch0 : ch2;
|
||||
return RTIMER_CLOCK_LT(ch0, ch2) ? ch0 : ch2;
|
||||
}
|
||||
|
||||
return ch2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue