1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

drivers/mcp2515: undefine rst_pin

This commit is contained in:
Firas Hamdi 2022-06-24 17:29:03 +02:00
parent 7b827f405c
commit e8da4269e3

View File

@ -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