NEW: release DJI Payload-SDK version 3.13.0

Signed-off-by: martin <dev@dji.com>
This commit is contained in:
martin
2025-08-28 17:41:24 +08:00
parent d25a173770
commit c32e00bd9f
70 changed files with 20574 additions and 440 deletions

View File

@ -68,7 +68,6 @@ T_DjiReturnCode DjiTest_TetheredBatteryStartService(void)
static void *DjiTest_TetheredBatteryTask(void *arg)
{
uint32_t sysTimeMs = 0;
T_DjiReturnCode returnCode;
T_DjiOsalHandler *osalHandler = DjiPlatform_GetOsalHandler();
T_DjiTetherLineStatus tetherLineStatus = {0};
@ -103,6 +102,8 @@ static void *DjiTest_TetheredBatteryTask(void *arg)
osalHandler->TaskSleepMs(100);
}
return NULL;
}
/****************** (C) COPYRIGHT DJI Innovations *****END OF FILE****/