small bugfixes
This commit is contained in:
parent
33d4b57400
commit
c4ba243885
@ -11,3 +11,11 @@ target_sources(${LIB_FSFW_NAME}
|
|||||||
SemaphoreFactory.cpp
|
SemaphoreFactory.cpp
|
||||||
TaskFactory.cpp
|
TaskFactory.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if(UNIX)
|
||||||
|
target_link_libraries(${LIB_FSFW_NAME}
|
||||||
|
PRIVATE
|
||||||
|
pthread
|
||||||
|
rt
|
||||||
|
)
|
||||||
|
endif()
|
@ -4,7 +4,7 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
// to be implemented by bsp
|
// to be implemented by bsp
|
||||||
/*extern "C" */void printChar(const char*, bool errStream);
|
extern "C" void printChar(const char*, bool errStream);
|
||||||
|
|
||||||
#ifndef UT699
|
#ifndef UT699
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user