[PCA9685] fix: add HAL_OK case to remove warning

This commit is contained in:
ІО-23 Шмуляр Олег 2025-04-14 20:24:29 +03:00
parent ac75969758
commit 9370ddbadd
1 changed files with 2 additions and 0 deletions

View File

@ -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;