added important rtems include

This commit is contained in:
Robin Müller 2021-01-02 19:39:02 +01:00
parent ced753b513
commit e5b3f991ef

View File

@ -4,6 +4,7 @@
#include "../../ipc/MutexHelper.h"
#include <rtems/score/todimpl.h>
#include <rtems/rtems/clockimpl.h>
uint16_t Clock::leapSeconds = 0;
MutexIF* Clock::timeMutex = nullptr;