Skip to content

Commit

Permalink
log_vcsec_command_status: fix missing switch break
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Jul 23, 2024
1 parent 8ef958d commit fa8b8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tesla_ble_vehicle/log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,7 @@ void log_vcsec_command_status(const char *tag, const VCSEC_CommandStatus *msg)
break;
case VCSEC_CommandStatus_whitelistOperationStatus_tag:
log_vssec_whitelist_operation_status(tag, &msg->sub_message.whitelistOperationStatus);
break;
default:
ESP_LOGI(tag, " unknown sub_message");
}
Expand Down

0 comments on commit fa8b8be

Please sign in to comment.