mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards: Remove W5100 configuration
Rather than providing this for every board (or group of boards) individually, it is better to provide this once relying on the Arduino I/O mapping features.
This commit is contained in:
parent
b209fdd76c
commit
85c2f43415
@ -123,18 +123,6 @@ extern "C" {
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name Configuration parameters for the W5100 driver
|
||||
* @{
|
||||
*/
|
||||
#ifndef W5100_PARAM_CS
|
||||
#define W5100_PARAM_CS (ARDUINO_PIN_10)
|
||||
#endif
|
||||
#ifndef W5100_PARAM_EVT
|
||||
#define W5100_PARAM_EVT (ARDUINO_PIN_2)
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -39,18 +39,6 @@ extern "C" {
|
||||
#define LED0_TOGGLE ((PIOB->PIO_ODSR & PIO_PB27) ? LED0_OFF : LED0_ON)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name Configuration parameters for the W5100 driver
|
||||
* @{
|
||||
*/
|
||||
#ifndef W5100_PARAM_CS
|
||||
#define W5100_PARAM_CS (ARDUINO_PIN_10)
|
||||
#endif
|
||||
#ifndef W5100_PARAM_EVT
|
||||
#define W5100_PARAM_EVT (ARDUINO_PIN_2)
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user