Workaround for #26

This commit is contained in:
Terje Io
2021-06-09 08:21:22 +02:00
parent c63024409e
commit 7dbd285a0f
+2
View File
@@ -251,7 +251,9 @@ typedef enum {
#define PINMODE_NONE (0)
#define PINMODE_OUTPUT (1U<<1)
#ifndef __LPC17XX__
#define PINMODE_OD (1U<<2)
#endif
#define PINMODE_PULLUP (PullMode_Up<<3)
#define PINMODE_PULLDOWN (PullMode_Down<<3)
#define PINMODE_REMAP (1U<<10)