helping gcc

This commit is contained in:
rusefillc 2023-06-15 23:28:27 -04:00
parent c19326e89e
commit 47d92d3e95
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ brain_pin_diag_e Tle9104::getDiag(size_t pin) {
case 3:
// overtemp and overcurrent
result |= PIN_DRIVER_OVERTEMP;
// falls through
[[fallthrough]];
case 4:
result |= PIN_OVERLOAD;
break;