shell: implement draw_progress() as a convenience function

This commit is contained in:
S.J.R. van Schaik 2017-10-03 16:40:23 +02:00
parent 4c2f4eab24
commit 1638f9b0f1
3 changed files with 26 additions and 0 deletions

View file

@ -5,5 +5,6 @@ obj-y += source/shell/echo.o
obj-y += source/shell/flash.o
obj-y += source/shell/ftl.o
obj-y += source/shell/mufs.o
obj-y += source/shell/progress.o
obj-y += source/shell/rtc.o
obj-y += source/shell/version.o