mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #18258 from firas-hamdi/mcp2515_fix/rst_pin_valid
drivers/mcp2515: undefine rst_pin
This commit is contained in:
commit
a7ade355da
@ -51,7 +51,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef MCP2515_PARAM_RST
|
||||
#define MCP2515_PARAM_RST GPIO_PIN(0, 0)
|
||||
#define MCP2515_PARAM_RST GPIO_UNDEF
|
||||
#endif
|
||||
|
||||
#ifndef MCP2515_PARAM_INT
|
||||
|
Loading…
Reference in New Issue
Block a user