Skip to content

Commit dc30fa3

Browse files
committed
Add missing ()
1 parent 4b8d5f6 commit dc30fa3

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF

1 file changed

+1
-1
lines changed

targets/TARGET_TI/TARGET_CC32XX/TARGET_CC3220SF/rtc_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ void rtc_init(void) {
2424
static bool rtc_initialized = false;
2525
if (!rtc_initialized)
2626
{
27-
if (!PRCMRTCInUseGet)
27+
if (!PRCMRTCInUseGet())
2828
{
2929
PRCMRTCInUseSet();
3030
}

0 commit comments

Comments
 (0)