Skip to content

Commit 32b18f5

Browse files
committed
revert change s.t. repl is entered
1 parent e9d1ac0 commit 32b18f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/sys/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int main(int argc, char **argv) {
9292
while (!pbsys_status_test(PBIO_PYBRICKS_STATUS_SHUTDOWN_REQUEST)) {
9393

9494
#if PBSYS_CONFIG_USER_PROGRAM_AUTO_START
95-
pbsys_main_program_request_start(PBIO_PYBRICKS_USER_PROGRAM_ID_FIRST_SLOT, PBSYS_MAIN_PROGRAM_START_REQUEST_TYPE_BOOT);
95+
pbsys_main_program_request_start(PBIO_PYBRICKS_USER_PROGRAM_ID_REPL, PBSYS_MAIN_PROGRAM_START_REQUEST_TYPE_BOOT);
9696
#endif
9797

9898
// Drives all processes while we wait for user input.

0 commit comments

Comments
 (0)