wdt_arm.h

Go to the documentation of this file.
00001 
00040 #ifndef DRV_WDT_ARM_H
00041 #define DRV_WDT_ARM_H
00042 
00043 #include <cfg/compiler.h> // INLINE
00044 
00045 #warning TODO: This module is not implemented for at91 CPUs
00046 
00047 INLINE void wdt_start(uint32_t _timeout) { (void) _timeout; /* implement me */ }
00048 INLINE void wdt_stop(void) { /*implement me */ }
00049 INLINE void wdt_reset(void) { /* implement me */ }
00050 
00051 #endif //DRV_WDT_ARM_H