move printf and typeconversion to common to reduce visual clutter of
commitd777bac39d43293ac3566e7b806f4b4260faed26
authorDominic Clifton <me@dominicclifton.name>
Fri, 18 Apr 2014 13:03:42 +0000 (18 14:03 +0100)
committerDominic Clifton <me@dominicclifton.name>
Fri, 18 Apr 2014 13:03:42 +0000 (18 14:03 +0100)
tree7369d617cf36a8d01112ec27678883f10c9227e5
parenta85bfa51e328a462f0d9c305dee9d115b6d114f9
move printf and typeconversion to common to reduce visual clutter of
main source directory.
Makefile
src/build_config.c
src/common/printf.c [moved from src/printf.c with 100% similarity]
src/common/printf.h [moved from src/printf.h with 100% similarity]
src/common/typeconversion.c [moved from src/typeconversion.c with 100% similarity]
src/common/typeconversion.h [moved from src/typeconversion.h with 100% similarity]
src/mw.c
src/serial_cli.c