1
0
forked from fsfw/fsfw

rtems bugfixes and updates only

This commit is contained in:
2021-01-28 11:28:28 +01:00
parent 35d75bae56
commit 17a1ae9d0e
18 changed files with 481 additions and 338 deletions

View File

@ -1,5 +1,6 @@
#include "RtemsBasic.h"
// TODO: Can this be removed?
//ReturnValue_t RtemsBasic::convertReturnCode(rtems_status_code inValue) {
// if (inValue == RTEMS_SUCCESSFUL) {