This commit is contained in:
lixiaopeng
2022-01-10 19:41:30 +08:00
parent 9237f1b773
commit 552e0a5ee5
13 changed files with 343 additions and 325 deletions

View File

@@ -212,7 +212,7 @@ object CallerHmiManager : CallerBase() {
* @param brakeLight
*/
fun showBrakeLight(brakeLight: Int) {
waringProviderApi.showTurnLight(brakeLight)
waringProviderApi.showBrakeLight(brakeLight)
}
fun showNoSignalView() {