esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
port.hpp
Go to the documentation of this file.
1 #ifndef NDNPH_PORT_UNIXTIME_PORT_HPP
2 #define NDNPH_PORT_UNIXTIME_PORT_HPP
3 
4 #if defined(NDNPH_PORT_UNIXTIME_CUSTOM)
5 // using custom unixtime port
6 #else
7 #define NDNPH_PORT_UNIXTIME_SYSTIME
8 #include "systime.hpp"
9 #endif
10 
11 #endif // NDNPH_PORT_UNIXTIME_PORT_HPP