[PCA9685] remove OUT ENABLED label as it is no longer used in interactive tests
This commit is contained in:
parent
0eb025d3d4
commit
4c9c1ff2c8
|
@ -72,7 +72,7 @@ int PCA9685_run_test(void)
|
|||
return 1;
|
||||
} else {
|
||||
DISPLAY_SET_CURSOR(1, 1);
|
||||
display_write_data_seq("OK OUT ENABLED");
|
||||
display_write_data_seq("OK");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue