Fix fallthrough on case statement (#403)
This commit is contained in:
parent
2c7ad783fc
commit
4d1626e3b6
|
@ -56,6 +56,7 @@ bool SpiMaster::Init() {
|
|||
break;
|
||||
case BitOrder::Lsb_Msb:
|
||||
regConfig = 1;
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user