Small tweaks #263
Reference in New Issue
Block a user
Delete Branch "fsfwexample/small-tweaks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
NO_COMMAND is -1 to get max value.
extern "C" void vRequestContextSwitchFromISR();marked extern C so it can be implemented in a C file. I don't believe anyone is using this feature yet (only SOURCE uses FreeRTOS).Also removed the
#include <FSFWVersion.h>works to prevent include errors.