/elec/quadcopter

To get this branch, use:
bzr branch http://bzr.ed.am/elec/quadcopter
1
2
3
4
5
6
7
8
9
10
11
12
//
// common.h
//

#ifndef COMMON_H_
#define COMMON_H_


unsigned long calculate_duration( unsigned long then, unsigned long now );


#endif //COMMON_H_