Subversion Repositories FlightCtrl

Rev

Rev 2055 | Rev 2058 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2055 Rev 2057
Line 1... Line 1...
1
// Navigation with a GPS directly attached to the FC's UART1.
1
// Navigation with a GPS directly attached to the FC's UART1.
Line 2... Line 2...
2
 
2
 
3
#include <inttypes.h>
3
#include <inttypes.h>
4
#include <stdlib.h>
4
#include <stdlib.h>
5
#include <stddef.h>
-
 
6
//#include "mymath.h"
-
 
7
//#include "timer0.h"
-
 
8
//#include "uart1.h"
-
 
9
//#include "rc.h"
-
 
10
//#include "eeprom.h"
5
#include <stddef.h>
11
#include "ubx.h"
6
#include "ubx.h"
12
#include "configuration.h"
7
#include "configuration.h"
13
#include "controlMixer.h"
8
#include "controlMixer.h"
14
#include "output.h"
9
#include "output.h"