修改类文件名称大小写问题4

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-18 20:01:58 +08:00
parent b31f2b64c7
commit a0ec418850
11 changed files with 22 additions and 22 deletions

View File

@@ -59,9 +59,9 @@ interface IMoGoAutopilotStatusListener {
/**
* 报警信息
*
* @param autoPilotWarnMessage 预警信息
* @param autopilotWarnMessage 预警信息
*/
fun onAutopilotWarnMessage(autoPilotWarnMessage: AutoPilotWarnMessage?)
fun onAutopilotWarnMessage(autopilotWarnMessage: AutopilotWarnMessage?)
companion object {