[PCA9685] fix: add HAL_OK case to remove warning
This commit is contained in:
parent
ac75969758
commit
9370ddbadd
|
@ -40,6 +40,8 @@ void PCA9685_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