We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d30d3f commit b93a1b6Copy full SHA for b93a1b6
lib/pbio/sys/program_load.c
@@ -294,6 +294,10 @@ pbio_error_t pbsys_program_load_wait_command(pbsys_main_program_t *program) {
294
return PBIO_ERROR_CANCELED;
295
}
296
297
+ #if PBSYS_CONFIG_PROGRAM_LOAD_AUTO_START
298
+ pbsys_program_load_start_user_program_requested = true;
299
+ #endif
300
+
301
if (pbsys_program_load_start_user_program_requested) {
302
pbsys_program_load_start_user_program_requested = false;
303
program->run_builtin = false;
0 commit comments