diff options
| author | Glenn Ruben Bakke <glennbakke@gmail.com> | 2017-02-05 20:30:58 +0100 |
|---|---|---|
| committer | Glenn Ruben Bakke <glennbakke@gmail.com> | 2017-02-05 20:30:58 +0100 |
| commit | 2b1ceadfab2e42b78ee43d8b9fd93901317600a8 (patch) | |
| tree | 091d144fde4163f038fa71c8a7667319c0617be2 | |
| parent | 2ad9426917dab526e8ab7ae8cc8105b2a89fd663 (diff) | |
nrf5/pyb: Moving pyb module into modules/pyb.
| -rw-r--r-- | nrf5/Makefile | 2 | ||||
| -rw-r--r-- | nrf5/modules/pyb/modpyb.c (renamed from nrf5/modpyb.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/nrf5/Makefile b/nrf5/Makefile index 85353567b..984281e4b 100644 --- a/nrf5/Makefile +++ b/nrf5/Makefile @@ -128,7 +128,6 @@ endif SRC_C += \ main.c \ - modpyb.c \ mphalport.c \ help.c \ gccollect.c \ @@ -166,6 +165,7 @@ DRIVERS_SRC_C += $(addprefix modules/,\ network/modnetwork.c \ uos/moduos.c \ utime/modutime.c \ + pyb/modpyb.c \ ) #ifeq ($(SD), ) diff --git a/nrf5/modpyb.c b/nrf5/modules/pyb/modpyb.c index b436c2468..b436c2468 100644 --- a/nrf5/modpyb.c +++ b/nrf5/modules/pyb/modpyb.c |
