diff options
author | Christian Pointner <equinox@mur.at> | 2014-04-09 19:59:38 +0200 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2014-04-09 19:59:38 +0200 |
commit | 40808561a6fb224d0f4851b25332ffd0be1826bd (patch) | |
tree | 3af49151b545c82a51cd044d92cb105ba323308e /software/mpu/Makefile | |
parent | added SDIO for F405 and blockstore (diff) |
fixed usb pump thread prio
added better way for connect/disconnect USB
Diffstat (limited to 'software/mpu/Makefile')
-rw-r--r-- | software/mpu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/software/mpu/Makefile b/software/mpu/Makefile index 528b4ea..3c049b4 100644 --- a/software/mpu/Makefile +++ b/software/mpu/Makefile @@ -110,6 +110,7 @@ CSRC = $(PORTSRC) \ usb-cdc-shell.c \ ihu.c \ blockstore.c \ + utils.c \ main.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global |