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_TIMINGSAFE_PORT_HPP
2#define NDNPH_PORT_TIMINGSAFE_PORT_HPP
3
4#if defined(NDNPH_PORT_TIMINGSAFE_CUSTOM)
5// using custom tse port
6#else
7#define NDNPH_PORT_TIMINGSAFE_DEFAULT
8#include "default.hpp"
9#endif
10
11#endif // NDNPH_PORT_TIMINGSAFE_PORT_HPP