added host osal #165

Merged
gaisser merged 10 commits from KSat/fsfw:mueller/hostosal into master 2020-09-15 15:33:53 +02:00
Showing only changes of commit f7223abaa3 - Show all commits

View File

@ -1,8 +1,12 @@
#include "CCSDSTime.h"
#include "../timemanager/CCSDSTime.h"
#include <stdio.h>
#include <inttypes.h>
#include <math.h>
#ifndef SCNu8
#define SCNu8 "hhu"
#endif
CCSDSTime::CCSDSTime() {
}