Merge pull request #4698 from tyomitch/microbit
`workflow_active` was never defined or used
This commit is contained in:
commit
e6dc3e4686
@ -27,4 +27,3 @@
|
||||
#pragma once
|
||||
|
||||
extern bool supervisor_workflow_connecting(void);
|
||||
extern bool supervisor_workflow_active(void);
|
||||
|
@ -53,3 +53,7 @@ void serial_write(const char *text) {
|
||||
|
||||
void supervisor_workflow_reset(void) {
|
||||
}
|
||||
|
||||
bool supervisor_workflow_active(void) {
|
||||
return false;
|
||||
}
|
||||
|
@ -29,4 +29,4 @@
|
||||
void supervisor_workflow_reset(void);
|
||||
|
||||
// True when the user could be actively iterating on their code.
|
||||
bool workflow_active(void);
|
||||
bool supervisor_workflow_active(void);
|
||||
|
Loading…
Reference in New Issue
Block a user