diff options
| author | Hierophect <hierophect@gmail.com> | 2019-07-18 17:17:46 -0400 |
|---|---|---|
| committer | Hierophect <hierophect@gmail.com> | 2019-07-18 17:17:46 -0400 |
| commit | 755b86e38bef1d3adf05f146e47b9499385313b9 (patch) | |
| tree | ee519ba6f434ff882108013129f89d1737981d94 /supervisor/supervisor.mk | |
| parent | 43e8a4110f86a5d0b449d406ba33e27cc88978b0 (diff) | |
Deinit-capable USB on 411
Diffstat (limited to 'supervisor/supervisor.mk')
| -rw-r--r-- | supervisor/supervisor.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/supervisor/supervisor.mk b/supervisor/supervisor.mk index 5490bf059..11f0adbf9 100644 --- a/supervisor/supervisor.mk +++ b/supervisor/supervisor.mk @@ -51,7 +51,7 @@ else SRC_SUPERVISOR += supervisor/internal_flash.c endif -USB=FALSE +USB=TRUE ifeq ($(USB),FALSE) ifeq ($(wildcard supervisor/serial.c),) SRC_SUPERVISOR += supervisor/stub/serial.c |
