diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-10-27 17:55:03 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-10-27 17:55:03 -0700 |
| commit | 9a4efed8cbaca3aa48c6cc0ce0a4e267eef7a8e1 (patch) | |
| tree | a4503697ca0d3fab4e15ee6add1171165ac32146 /supervisor/supervisor.mk | |
| parent | 85dadf3a561c21e284d5daf42b1b3e367ce7ebc6 (diff) | |
Start tweaking the workflow to sleep
Diffstat (limited to 'supervisor/supervisor.mk')
| -rw-r--r-- | supervisor/supervisor.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk index e81c51a88..a59e99e3d 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -75,6 +75,7 @@ else lib/tinyusb/src/class/cdc/cdc_device.c \ lib/tinyusb/src/tusb.c \ supervisor/shared/serial.c \ + supervisor/shared/workflow.c \ supervisor/usb.c \ supervisor/shared/usb/usb_desc.c \ supervisor/shared/usb/usb.c \ |
