Unverified Commit c7c975fc authored by Jan Procházka's avatar Jan Procházka Committed by GitHub

make output_open_drain pin readable (#8592)

parent dafff71e
......@@ -51,7 +51,7 @@ extern "C" {
#define PULLDOWN 0x08
#define INPUT_PULLDOWN 0x09
#define OPEN_DRAIN 0x10
#define OUTPUT_OPEN_DRAIN 0x12
#define OUTPUT_OPEN_DRAIN 0x13
#define ANALOG 0xC0
//Interrupt Modes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment