Skip to content

Commit 5b534e0

Browse files
committed
pbio/platform/sim_hub: Enable program stop.
Enables shutdown from a user program, including REPL.
1 parent aa3ff70 commit 5b534e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pbio/platform/sim_hub/pbsysconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
#define PBSYS_CONFIG_STATUS_LIGHT_STATE_ANIMATIONS (1)
2727
#define PBSYS_CONFIG_STATUS_LIGHT_STATE_ANIMATIONS_HUE (240)
2828
#define PBSYS_CONFIG_USER_PROGRAM (0)
29-
#define PBSYS_CONFIG_PROGRAM_STOP (0)
29+
#define PBSYS_CONFIG_PROGRAM_STOP (1)

0 commit comments

Comments
 (0)