Fixed compiler warning in tft and screen module.

This commit is contained in:
t-moe
2015-05-10 14:54:07 +02:00
parent f332364a44
commit b6ab7c8e39
2 changed files with 5 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
#include "ll_tft.h"
#include <string.h>
#include <stdarg.h>
#include <stdio.h>
bool tft_init() {
return ll_tft_init();