diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gps.h | 1 | ||||
-rw-r--r-- | drivers/ppmsum.cpp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gps.h b/drivers/gps.h index c37fc8a..786b719 100644 --- a/drivers/gps.h +++ b/drivers/gps.h @@ -1,6 +1,7 @@ #ifndef GPS_H #define GPS_H +#include "rcc.h" #include "stm32.h" #include "interrupt.h" #include "thread.h" diff --git a/drivers/ppmsum.cpp b/drivers/ppmsum.cpp index 2beaccb..ff00f42 100644 --- a/drivers/ppmsum.cpp +++ b/drivers/ppmsum.cpp @@ -1,5 +1,7 @@ #include "ppmsum.h" +#include "rcc.h" + PPMSum* PPMSum::self = 0; template<> |