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

boards/mcb2388: remove XTIMER_OVERHEAD

It's not used anywhere.
This commit is contained in:
Benjamin Valentin 2020-04-19 01:56:43 +02:00
parent 40838ee4be
commit a1276d7cd1

View File

@ -25,13 +25,6 @@
extern "C" {
#endif
/**
* @name xtimer tuning values
* @{
*/
#define XTIMER_OVERHEAD 7
/** @} */
/**
* @name LED pin definitions and handlers
* @{