[CS43L22] fix warnings
This commit is contained in:
parent
8b5bbd3e9a
commit
8d41a30bff
|
@ -31,6 +31,8 @@ void CS43L22_run_test(void)
|
||||||
display_write_data_seq("/5 ");
|
display_write_data_seq("/5 ");
|
||||||
|
|
||||||
switch (op_result) {
|
switch (op_result) {
|
||||||
|
case HAL_OK:
|
||||||
|
break;
|
||||||
case HAL_ERROR:
|
case HAL_ERROR:
|
||||||
display_write_data_seq("ERROR");
|
display_write_data_seq("ERROR");
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue