mirror of
https://github.com/grblHAL/core.git
synced 2026-09-22 03:08:33 +08:00
Workaround for #26
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user