1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00
esp8266/cores/esp8266/sntp-lwip2.h
Allman-astyler 98125f8860 Allman now (#6080)
* switch restyle script for CI

* remove confirmation

* restyle with allman
2019-05-13 16:41:34 +02:00

11 lines
132 B
C

#ifndef __sntp_lwip2_h__
#define __sntp_lwip2_h__
extern "C" {
bool sntp_set_timezone_in_seconds(sint32 timezone);
}
#endif