diff options
Diffstat (limited to 'cc3200/application.mk')
| -rw-r--r-- | cc3200/application.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/application.mk b/cc3200/application.mk index d8e7a1ee1..fb6756fc0 100644 --- a/cc3200/application.mk +++ b/cc3200/application.mk @@ -91,7 +91,6 @@ APP_MODS_SRC_C = $(addprefix mods/,\ pybextint.c \ pybpin.c \ pybrtc.c \ - pybstdio.c \ pybsystick.c \ pybuart.c \ ) @@ -144,6 +143,7 @@ APP_STM_SRC_C = $(addprefix stmhal/,\ moduselect.c \ printf.c \ pyexec.c \ + pybstdio.c \ string0.c \ ) |
