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

boards/sodaq*: correct the XTIMER defines

There is now a common set of defines for all Sodaq boards. This commit
removes old configurations.
This commit is contained in:
Kees Bakker 2020-06-10 23:28:10 +02:00
parent 76a4f145d9
commit 446892a356
4 changed files with 0 additions and 29 deletions

View File

@ -26,14 +26,6 @@
extern "C" {
#endif
/**
* @name xtimer configuration
* @{
*/
#define XTIMER TIMER_1
#define XTIMER_CHAN (0)
/** @} */
/**
* @name LED pin definitions and handlers
* @{

View File

@ -26,13 +26,6 @@
extern "C" {
#endif
/**
* @name xtimer configuration
* @{
*/
#define XTIMER_WIDTH (16)
/** @} */
/**
* @name LED pin definitions and handlers
* @{

View File

@ -26,13 +26,6 @@
extern "C" {
#endif
/**
* @name xtimer configuration
* @{
*/
#define XTIMER_WIDTH (16)
/** @} */
/**
* @name LED pin definitions and handlers
* @{

View File

@ -26,13 +26,6 @@
extern "C" {
#endif
/**
* @name xtimer configuration
* @{
*/
#define XTIMER_WIDTH (16)
/** @} */
/**
* @name LED pin definitions and handlers
* @{