22 linhas
340 B
C++
22 linhas
340 B
C++
/*! @file Activate.h
|
|
* @version 3.1.8
|
|
* @date Aug 05 2016
|
|
*
|
|
* @brief
|
|
* Activation process for the STM32 example App.
|
|
*
|
|
* Copyright 2016 DJI. All right reserved.
|
|
*
|
|
* */
|
|
|
|
#ifndef ACTIVATE_H
|
|
#define ACTIVATE_H
|
|
|
|
#include "dji_vehicle.hpp"
|
|
#include "string.h"
|
|
|
|
using namespace DJI::OSDK;
|
|
void userActivate();
|
|
|
|
#endif // ACTIVATE_H
|