added hex string to int functions

This commit is contained in:
2021-02-25 18:15:57 +01:00
parent 4c09e973be
commit 1ef873098f
4 changed files with 73 additions and 28 deletions

View File

@ -129,7 +129,7 @@ void InitMission::initTasks(){
/* Polling Sequence Table Default */
FixedTimeslotTaskIF * PollingSequenceTableTaskDefault =
TaskFactory::instance()->createFixedTimeslotTask("PST_TASK_DEFAULT",
50, PeriodicTaskIF::MINIMUM_STACK_SIZE*4, 3.0,
50, PeriodicTaskIF::MINIMUM_STACK_SIZE*4, 4.0,
nullptr);
result = pst::pollingSequenceInitDefault(PollingSequenceTableTaskDefault);
if (result != HasReturnvaluesIF::RETURN_OK) {