[PCA9685] remove OUT ENABLED label as it is no longer used in interactive tests

This commit is contained in:
ІО-23 Шмуляр Олег 2025-04-14 20:17:07 +03:00
parent 8d119b4c14
commit 3e38106f3d

View File

@ -70,7 +70,7 @@ int PCA9685_run_test(void)
return 1; return 1;
} else { } else {
DISPLAY_SET_CURSOR(1, 1); DISPLAY_SET_CURSOR(1, 1);
display_write_data_seq("OK OUT ENABLED"); display_write_data_seq("OK");
return 0; return 0;
} }