boards/esp32: corrected comment
While testing the Arduino example for ESP32 boards, the problem of gpio_read for output ports was figured out. During these tests, also the wrong comment has been fixed.
This commit is contained in:
parent
2be1323357
commit
607d9c673e
@ -29,7 +29,7 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The on-board LED is connected to pin 2 on this board
|
* @brief The on-board LED is connected to Arduino pin 10 on this board
|
||||||
*/
|
*/
|
||||||
#define ARDUINO_LED (10)
|
#define ARDUINO_LED (10)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user