Revert "Udated definition to allow use of GPIO16"

This commit is contained in:
Gonzalo
2019-12-13 01:05:22 -03:00
committed by GitHub
parent e48f242224
commit 5d68ec84e2
+1 -1
View File
@@ -106,7 +106,7 @@
// DO NOT CREATE GITHUB ISSUES for ESP support. All ESP questions must be asked
// on ESP community forums.
#define PIN_TO_BASEREG(pin) ((volatile uint32_t*) GPO)
#define PIN_TO_BITMASK(pin) (1UL << (pin))
#define PIN_TO_BITMASK(pin) (1 << pin)
#define IO_REG_TYPE uint32_t
#define IO_REG_BASE_ATTR
#define IO_REG_MASK_ATTR