Skip to content

Commit

Permalink
fixed editing error
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 25, 2017
1 parent ad2d4b7 commit cd8acf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/ProgramManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ void ProgramManager::runManager(){
PROGRAMSTACK_SIZE/sizeof(portSTACK_TYPE),
NULL, PROGRAM_TASK_PRIORITY,
(StackType_t*)programStack, &audioTaskBuffer);
}
#ifdef BUTTON_PROGRAM_CHANGE
}else if(ulNotifiedValue & PROGRAM_CHANGE_NOTIFICATION){ // program change
if(xProgramHandle == NULL){
Expand Down

0 comments on commit cd8acf3

Please sign in to comment.