Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
step0035 committed Jun 15, 2023
1 parent 8d4c8a2 commit ef44881
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ long long matter_rtc_read()

void matter_rtc_write(long long time)
{
rtc_write(time)
rtc_write(time);
}

#ifdef __cplusplus
Expand Down

0 comments on commit ef44881

Please sign in to comment.