[PCA9685] fix: add HAL_OK case to remove warning
This commit is contained in:
@@ -40,6 +40,8 @@ void PCA9685_run_test(void)
|
||||
display_write_data_seq("/5 ");
|
||||
|
||||
switch (op_result) {
|
||||
case HAL_OK:
|
||||
break;
|
||||
case HAL_ERROR:
|
||||
display_write_data_seq("ERROR");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user