1
0
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:
benpicco 2022-06-25 01:13:42 +02:00 committed by GitHub
commit a7ade355da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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