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 a5c7dd5 commit f32202cCopy full SHA for f32202c
lib/pbio/src/main.c
@@ -80,6 +80,7 @@ void pbio_main_soft_stop(void) {
80
*/
81
pbio_error_t pbio_main_stop_application_resources(void) {
82
83
+ pbio_port_stop_user_actions(true);
84
pbio_main_soft_stop();
85
86
pbio_error_t err;
0 commit comments