diff options
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r-- | esp8266/qstrdefsport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index e0d5762660..6895ed25e8 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -120,8 +120,8 @@ Q(value) Q(low) Q(high) Q(IN) -Q(OUT_PP) -Q(OUT_OD) +Q(OUT) +Q(OPEN_DRAIN) Q(PULL_NONE) Q(PULL_UP) Q(PULL_DOWN) |