1
0
forked from fsfw/fsfw

rtems init

This commit is contained in:
2021-01-01 21:19:42 +01:00
parent 426514b9a2
commit 4de5fc44b4
3 changed files with 24 additions and 1 deletions

View File

@ -1,5 +1,8 @@
#include "../../timemanager/Clock.h"
#include "RtemsBasic.h"
#include "../../timemanager/Clock.h"
#include "../../ipc/MutexHelper.h"
#include <rtems/score/todimpl.h>
uint16_t Clock::leapSeconds = 0;