mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
vfs: fix a fallthrough comment to silence the warning
This commit is contained in:
@@ -443,7 +443,9 @@ static int uart_tcsetattr(int fd, int optional_actions, const struct termios *p)
|
||||
errno = EINVAL;
|
||||
return -1;
|
||||
}
|
||||
// intentional fall-through to the next case
|
||||
|
||||
/* FALLTHRU */
|
||||
|
||||
case TCSAFLUSH:
|
||||
if (uart_flush_input(fd) != ESP_OK) {
|
||||
errno = EINVAL;
|
||||
|
Reference in New Issue
Block a user