Skip to content

Commit 152f297

Browse files
committed
Made RTCisSyncing() inline.
1 parent 24bb4fa commit 152f297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RTCZero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ void RTCZero::config32kOSC()
358358
}
359359

360360
/* Wait for sync in write operations */
361-
bool RTCZero::RTCisSyncing()
361+
inline bool RTCZero::RTCisSyncing()
362362
{
363363
return (RTC->MODE2.STATUS.bit.SYNCBUSY);
364364
}

0 commit comments

Comments
 (0)