Skip to content

Commit

Permalink
Add function to header file
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxineMuster authored Nov 14, 2024
1 parent e7d6f76 commit e24a421
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/driver/drv_ntp.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ unsigned int NTP_GetCurrentTimeWithoutOffset();
void NTP_AppendInformationToHTTPIndexPage(http_request_t* request);
bool NTP_IsTimeSynced();
int NTP_GetTimesZoneOfsSeconds();
void NTP_SetTimesZoneOfsSeconds(int o);
// for Simulator only, on Windows, for unit testing
void NTP_SetSimulatedTime(unsigned int timeNow);

Expand Down

0 comments on commit e24a421

Please sign in to comment.