Move functions declaration to header file

This commit is contained in:
David Gálvez
2016-02-07 18:35:04 +00:00
parent 0658bde430
commit 4c765b2512
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"