mbed OS5
Fork of UIPEthernet by
Diff: utility/uip_clock.h
- Revision:
- 8:4acb22344932
- Parent:
- 3:5b17e4656dd0
--- a/utility/uip_clock.h Tue Apr 26 18:37:14 2016 +0000 +++ b/utility/uip_clock.h Fri Jun 30 19:51:28 2017 +0000 @@ -42,16 +42,16 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * This file is part of the uIP TCP/IP stack + * This file is part of the UIP TCP/IP stack * * Author: Adam Dunkels <adam@sics.se> * * $Id: clock.h,v 1.3 2006/06/11 21:46:39 adam Exp $ */ #ifndef __UIP_CLOCK_H__ - #define __UIP_CLOCK_H__ +#define __UIP_CLOCK_H__ - #include "clock-arch.h" +#include "clock-arch.h" /** * Initialize the clock library. @@ -77,11 +77,11 @@ * \hideinitializer */ - #ifdef CLOCK_CONF_SECOND - #define CLOCK_SECOND CLOCK_CONF_SECOND - #else - #define CLOCK_SECOND (clock_time_t) 32 - #endif +#ifdef CLOCK_CONF_SECOND +#define CLOCK_SECOND CLOCK_CONF_SECOND +#else +#define CLOCK_SECOND (clock_time_t) 32 +#endif #endif /* __CLOCK_H__ */ /** @} */