Add missing include

This commit is contained in:
Kostas Missos 2018-05-14 01:45:39 +03:00
parent bda777b1da
commit 075a9e0a9e

View file

@ -46,6 +46,7 @@
#include "se_t210.h" #include "se_t210.h"
#include "hos.h" #include "hos.h"
#include "pkg1.h" #include "pkg1.h"
#include "mmc.h"
//TODO: ugly. //TODO: ugly.
sdmmc_t sd_sdmmc; sdmmc_t sd_sdmmc;