summaryrefslogtreecommitdiff
path: root/drivers/ppmsum.h
diff options
context:
space:
mode:
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 a522b57..98c2984 100644
--- a/drivers/ppmsum.h
+++ b/drivers/ppmsum.h
@@ -2,8 +2,8 @@
#define PPMSUM_H
#include <stdint.h>
-#include "timer.h"
-#include "interrupt.h"
+#include <timer/timer.h>
+#include <interrupt/interrupt.h>
class PPMSum {
friend void interrupt<Interrupt::TIM2>();