fixed includes

This commit is contained in:
Markus Fröschle
2013-02-14 07:13:43 +00:00
parent f4e38e9728
commit e69d58a09e

View File

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