summaryrefslogtreecommitdiff
path: root/drivers/ppmsum.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2012-07-29 13:32:37 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2012-07-29 13:32:37 +0200
commit2fc77d271db27ecb140191c2dfafdba835962ffb (patch)
tree4e3c07dc84116c4a05f18442dbb0fef1e56e2e22 /drivers/ppmsum.h
parent7099e9c67abe16f78d62f53ddaa8c75f015d098a (diff)
Ported ppmsum driver to r3 board.
Diffstat (limited to 'drivers/ppmsum.h')
-rw-r--r--drivers/ppmsum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ppmsum.h b/drivers/ppmsum.h
index 90bb860..a522b57 100644
--- a/drivers/ppmsum.h
+++ b/drivers/ppmsum.h
@@ -2,11 +2,11 @@
#define PPMSUM_H
#include <stdint.h>
+#include "timer.h"
#include "interrupt.h"
class PPMSum {
- friend void interrupt<Interrupt::TIM1_UP>();
- friend void interrupt<Interrupt::TIM1_CC>();
+ friend void interrupt<Interrupt::TIM2>();
private:
static PPMSum* self;