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 902ea6c commit adda6a5Copy full SHA for adda6a5
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