1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards: msb-430h: remove hwtimer from board.h

This commit is contained in:
Kaspar Schleiser 2015-09-03 18:41:52 +02:00
parent a650b9487e
commit ffd87aacc4

View File

@ -40,12 +40,6 @@ extern "C" {
#define XTIMER_MASK (0xffff0000)
/** @} */
/**
* @brief Defines for compatibility with hwtimer
* @deprecated
*/
#define HW_TIMER (0)
/**
* @brief Standard input/output device configuration
* @{