-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed
Labels
Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: RegressionResult of unforeseen consequences of a previous changeResult of unforeseen consequences of a previous change
Milestone
Description
Board
ESP32-S2
Device Description
ESP32-S2 Mini
Hardware Configuration
No
Version
v2.0.13
IDE Name
Arduino IDE 2.2.1
Operating System
Windows 10
Flash frequency
N/A
PSRAM enabled
yes
Upload speed
N/A
Description
Compile warning on 2.0.13 due to missing return value. Seem related to #8629
Sketch
N/A
Debug Message
_C:\Users\Stefan\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.13\cores\esp32\esp32-hal-uart.c: In function 'uartSetPins':
C:\Users\Stefan\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.13\cores\esp32\esp32-hal-uart.c:153:9: warning: 'return' with no value, in function returning non-void
return;
^~~~~~
C:\Users\Stefan\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.13\cores\esp32\esp32-hal-uart.c:149:6: note: declared here
bool uartSetPins(uint8_t uart_num, int8_t rxPin, int8_t txPin, int8_t ctsPin, int8_t rtsPin)_
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
- I confirm I have checked existing issues, online documentation and Troubleshooting guide.
Metadata
Metadata
Assignees
Labels
Status: SolvedThe issue has been resolved and requires no further action.The issue has been resolved and requires no further action.Type: RegressionResult of unforeseen consequences of a previous changeResult of unforeseen consequences of a previous change
Type
Projects
Status
Done