Scheduled dispatch: Allow moving dispatch schedules in schedule list

This commit is contained in:
Jonathan G Rennison
2023-09-23 12:05:05 +01:00
parent df7fc5a79a
commit 59ea48c541
7 changed files with 94 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ static CommandCallback * const _callback_table[] = {
/* 0x20 */ CcAddVirtualEngine,
/* 0x21 */ CcMoveNewVirtualEngine,
/* 0x22 */ CcAddNewSchDispatchSchedule,
/* 0x23 */ CcSwapSchDispatchSchedules,
};
/**