Skip to content

Commit 0bc454b

Browse files
Aymane-STfpistm
andauthored
Update examples/RTC_Seconds/RTC_Seconds.ino
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Aymane-ST <aymane.bahssain@st.com>
1 parent 8a4689b commit 0bc454b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/RTC_Seconds/RTC_Seconds.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,5 @@ void loop()
109109
void rtc_SecondsCB(void *data)
110110
{
111111
UNUSED(data);
112-
toggling = (toggling == LOW) ? HIGH : LOW;PinStatus toggling = LOW;
112+
toggling = (toggling == LOW) ? HIGH : LOW;
113113
}

0 commit comments

Comments
 (0)