Updated FreeRTOS Osal
CommandingServiceBase is no longer a template
This commit is contained in:
container
devicehandlers
events
ipc
memory
osal
FreeRTOS
FixedTimeslotTask.cppMessageQueue.cppMessageQueue.hPeriodicTask.cppQueueFactory.cppREADME.mdTaskFactory.cppmain.cpp
linux
rtems
serialize
SerialArrayListAdapter.hSerialBufferAdapter.hSerialFixedArrayListAdapter.hSerialLinkedListAdapter.hSerializeAdapter.hSerializeElement.hSerializeIF.h
tmtcpacket/pus
tmtcservices
@ -14,8 +14,8 @@ ReturnValue_t InternalErrorCodes::translate(uint8_t code) {
|
||||
return TOO_LITTLE_WORKSPACE;
|
||||
case INTERNAL_ERROR_WORKSPACE_ALLOCATION:
|
||||
return WORKSPACE_ALLOCATION;
|
||||
case INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL:
|
||||
return INTERRUPT_STACK_TOO_SMALL;
|
||||
// case INTERNAL_ERROR_INTERRUPT_STACK_TOO_SMALL:
|
||||
// return INTERRUPT_STACK_TOO_SMALL;
|
||||
case INTERNAL_ERROR_THREAD_EXITTED:
|
||||
return THREAD_EXITTED;
|
||||
case INTERNAL_ERROR_INCONSISTENT_MP_INFORMATION:
|
||||
|
Reference in New Issue
Block a user