FIX: fix the following issues
1. fix the get fc serial number error on M30/M30T 2. fix the identity zenmuse L1 camera failed 3. fix the cpu loading high issue when not used media download apis 4. fix sample cxx compile failed when libusb is not installed Signed-off-by: DJI-Martin <DJI-Martin@dji.com>
This commit is contained in:
@ -38,9 +38,13 @@
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include "dji_platform.h"
|
||||
|
||||
#ifdef LIBUSB_INSTALLED
|
||||
|
||||
#include <libusb-1.0/libusb.h>
|
||||
|
||||
#include "dji_platform.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Reference in New Issue
Block a user