Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2107 → Rev 2108

/branches/dongfang_FC_fixedwing/arduino_atmega328/commands.h
0,0 → 1,11
#ifndef _COMMANDS_H
#define _COMMANDS_H
 
#include <inttypes.h>
#define COMMAND_NONE 0
#define COMMAND_GYROCAL 1
#define COMMAND_CHMOD 2
 
void commands_handleCommands(void);
 
#endif