fixed includes

This commit is contained in:
Markus Fröschle
2013-02-14 07:13:43 +00:00
parent 293ea4ad4a
commit 11f23d2485

View File

@@ -7,10 +7,10 @@
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <bas_printf.h> #include "bas_printf.h"
#include <diskio.h> #include "diskio.h"
#include <ff.h> #include "ff.h"
#include <s19reader.h> #include "s19reader.h"
int strncmp(const char *s1, const char *s2, int max) int strncmp(const char *s1, const char *s2, int max)
{ {