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:
@ -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)
|
||||
Reference in New Issue
Block a user