1
0
forked from fsfw/fsfw

compiling and working again

This commit is contained in:
2020-09-05 21:11:27 +02:00
parent 39b675cf99
commit 80e60566d8
4 changed files with 12 additions and 5 deletions

View File

@ -3,6 +3,10 @@
#include <inttypes.h>
#include <math.h>
#ifndef SCNu8
#define SCNu8 "hhu"
#endif
CCSDSTime::CCSDSTime() {
}