diff options
| author | Hierophect <hierophect@gmail.com> | 2019-07-17 14:18:01 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-07-17 14:18:01 -0400 |
| commit | 43e8a4110f86a5d0b449d406ba33e27cc88978b0 (patch) | |
| tree | ae9849a645a994678f577169d54cf2335d223c03 /supervisor/supervisor.mk | |
| parent | 45e73c414a00e6ab62c58e3d8458fe608dd07f57 (diff) | |
Add missing files for DigitalIO
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 4ea3a8260..5490bf059 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -51,6 +51,7 @@ else SRC_SUPERVISOR += supervisor/internal_flash.c endif +USB=FALSE ifeq ($(USB),FALSE) ifeq ($(wildcard supervisor/serial.c),) SRC_SUPERVISOR += supervisor/stub/serial.c |
