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

boards: remove unused XTIMER_SHOOT_EARLY defines

This commit is contained in:
Francisco Molina 2019-08-07 08:49:14 +02:00
parent db08af4586
commit 294aff2ef1
3 changed files with 0 additions and 3 deletions

View File

@ -51,7 +51,6 @@ extern "C" {
*/
#define XTIMER_WIDTH (16U)
#define XTIMER_OVERHEAD (6U)
#define XTIMER_SHOOT_EARLY (3U)
/** @} */
/**

View File

@ -38,7 +38,6 @@ extern "C" {
#endif
#if defined(CPU_MODEL_STM32F334R8)
#define XTIMER_SHOOT_EARLY (2)
#define XTIMER_OVERHEAD (5)
#endif

View File

@ -50,7 +50,6 @@ extern "C" {
* @{
*/
#define XTIMER_OVERHEAD 7
#define XTIMER_SHOOT_EARLY 3
/** @} */
/**