Rev 728 | Rev 902 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 728 | Rev 762 | ||
---|---|---|---|
Line 16... | Line 16... | ||
16 | * along with this program; if not, write to the * |
16 | * along with this program; if not, write to the * |
17 | * Free Software Foundation, Inc., * |
17 | * Free Software Foundation, Inc., * |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
19 | ****************************************************************************/ |
19 | ****************************************************************************/ |
Line -... | Line 20... | ||
- | 20 | ||
- | 21 | #ifndef _PPM_H |
|
- | 22 | #define _PPM_H |
|
20 | 23 | ||
Line 21... | Line 24... | ||
21 | extern uint8_t COSD_FLAGS, COSD_FLAGS2; |
24 | extern uint8_t COSD_FLAGS, COSD_FLAGS2; |
22 | 25 | ||
23 | /** |
26 | /** |
Line 27... | Line 30... | ||
27 | 30 | ||
28 | /** |
31 | /** |
29 | * Handle INT2 interrupts that occur on changing edges of ppm signal |
32 | * Handle INT2 interrupts that occur on changing edges of ppm signal |
30 | */ |
33 | */ |
- | 34 | ISR(INT2_vect); |
|
- | 35 |