1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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:
Gunar Schorcht 2019-08-01 15:21:38 +02:00
parent 2be1323357
commit 607d9c673e

View File

@ -29,7 +29,7 @@ extern "C" {
#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)