Commit d288e94 1 parent b4750cf commit d288e94 Copy full SHA for d288e94
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -223,15 +223,15 @@ extern uint32_t flashio_worker_end;
223
223
224
224
// Useful GPIO mode values
225
225
#define GPIO_MODE_MGMT_STD_INPUT_NOPULL 0x0403
226
- #define GPIO_MODE_MGMT_STD_INPUT_PULLDOWN 0x0803
227
- #define GPIO_MODE_MGMT_STD_INPUT_PULLUP 0x0c03
226
+ #define GPIO_MODE_MGMT_STD_INPUT_PULLDOWN 0x0801
227
+ #define GPIO_MODE_MGMT_STD_INPUT_PULLUP 0x0c01
228
228
#define GPIO_MODE_MGMT_STD_OUTPUT 0x1809
229
229
#define GPIO_MODE_MGMT_STD_BIDIRECTIONAL 0x1801
230
230
#define GPIO_MODE_MGMT_STD_ANALOG 0x000b
231
231
232
232
#define GPIO_MODE_USER_STD_INPUT_NOPULL 0x0402
233
- #define GPIO_MODE_USER_STD_INPUT_PULLDOWN 0x0802
234
- #define GPIO_MODE_USER_STD_INPUT_PULLUP 0x0c02
233
+ #define GPIO_MODE_USER_STD_INPUT_PULLDOWN 0x0800
234
+ #define GPIO_MODE_USER_STD_INPUT_PULLUP 0x0c00
235
235
#define GPIO_MODE_USER_STD_OUTPUT 0x1808
236
236
#define GPIO_MODE_USER_STD_BIDIRECTIONAL 0x1800
237
237
#define GPIO_MODE_USER_STD_OUT_MONITORED 0x1802
You can’t perform that action at this time.
0 commit comments