NEW: sync the code of DJI Payload-SDK version 2.2.1 released on January 20 2021.

Signed-off-by: DJI-Martin <DJI-Martin@dji.com>
This commit is contained in:
DJI-Martin
2022-01-12 21:44:58 +08:00
parent b1f481e0d4
commit ca41636cc6
1373 changed files with 1530617 additions and 650830 deletions

View File

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 2.8)
project(high-speed_transmission_demo C)
set(CMAKE_EXE_LINKER_FLAGS "-pthread")
add_executable(high-speed_transmission_demo ../application/test_high_speed_transmission.c)