Skip to content

Commit cabb973

Browse files
soburiCopilot
andauthored
Update cores/arduino/Arduino.h
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 06bb336 commit cabb973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cores/arduino/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ int digitalPinToInterrupt(pin_size_t pin);
134134
#define portOutputRegister(x) (x)
135135
#define portInputRegister(x) (x)
136136

137-
#if defiend(CONFIG_ADC)
137+
#if defined(CONFIG_ADC)
138138
// We provide analogReadResolution APIs
139139
void analogReadResolution(int bits);
140140
#endif

0 commit comments

Comments
 (0)