Subversion Repositories FlightCtrl

Rev

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

Rev 1775 Rev 1805
Line 52... Line 52...
52
#include <avr/io.h>
52
#include <avr/io.h>
53
#include <avr/interrupt.h>
53
#include <avr/interrupt.h>
54
#include "eeprom.h"
54
#include "eeprom.h"
55
#include "analog.h"
55
#include "analog.h"
Line 56... Line 56...
56
 
56
 
57
// for degugging!
57
// for debugging!
Line 58... Line 58...
58
#include "rc.h"
58
#include "rc.h"
59
 
59
 
60
#ifdef USE_MK3MAG
60
#ifdef USE_MK3MAG