Move functions declaration to header file

This commit is contained in:
David Gálvez
2016-02-07 18:35:04 +00:00
parent 4934ac83ff
commit 039da05264
3 changed files with 4 additions and 2 deletions

View File

@@ -31,6 +31,7 @@
#include "bas_printf.h"
#include "bas_string.h"
#include "bas_types.h"
#include "bas_utils.h"
#include "sd_card.h"
#include "wait.h"