Subversion Repositories FlightCtrl

Rev

Rev 2102 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1910 - 1
#ifndef _COMMANDS_H
2
#define _COMMANDS_H
3
 
4
#include <inttypes.h>
2109 - 5
 
1910 - 6
#define COMMAND_NONE    0
2099 - 7
#define COMMAND_GYROCAL 1
2102 - 8
#define COMMAND_CHMOD   2
1910 - 9
 
2099 - 10
void commands_handleCommands(void);
11
 
1910 - 12
#endif