From 56f5457dbbde1f934405b96646782f19e41b01af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Mon, 10 Dec 2012 12:15:19 +0000 Subject: [PATCH] replaced "integer.h" with stdint.h --- SD_CARD/BaS_gcc/include/diskio.h | 2 +- SD_CARD/BaS_gcc/include/ff.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SD_CARD/BaS_gcc/include/diskio.h b/SD_CARD/BaS_gcc/include/diskio.h index 31ba8fc..2c6ba23 100644 --- a/SD_CARD/BaS_gcc/include/diskio.h +++ b/SD_CARD/BaS_gcc/include/diskio.h @@ -12,7 +12,7 @@ extern "C" { #define _USE_WRITE 1 /* 1: Enable disk_write function */ #define _USE_IOCTL 1 /* 1: Enable disk_ioctl fucntion */ -#include "integer.h" +#include /* Status of Disk Functions */ diff --git a/SD_CARD/BaS_gcc/include/ff.h b/SD_CARD/BaS_gcc/include/ff.h index 3764231..0ac0566 100644 --- a/SD_CARD/BaS_gcc/include/ff.h +++ b/SD_CARD/BaS_gcc/include/ff.h @@ -21,7 +21,7 @@ extern "C" { #endif -#include "integer.h" /* Basic integer types */ +#include #include "ffconf.h" /* FatFs configuration options */ #if _FATFS != _FFCONF