Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion microTimeLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ time_t now(uint32_t& sysTimeMicros); // return the current time as seconds and

#endif
#ifdef usePPS
void syncToPPS();
void IRAM_ATTR syncToPPS();
#endif
void setTime(time_t t);
void setTime(int hr,int min,int sec,int day, int month, int yr);
Expand Down