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:
parent
2be1323357
commit
607d9c673e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user