score: Delete unused WATCHDOG_MAXIMUM_INTERVAL

This commit is contained in:
Sebastian Huber
2015-04-15 20:23:31 +02:00
parent cb02e8accc
commit 45c9cf2aeb

View File

@@ -31,14 +31,6 @@ extern "C" {
* @{
*/
/**
* @brief Control block used to manage intervals.
*
* The following type defines the control block used to manage
* intervals.
*/
#define WATCHDOG_MAXIMUM_INTERVAL ((Watchdog_Interval) 0xffffffff)
/**
* @brief Watchdog initializer for static initialization.
*