preparing to get rid of timer interrupt routines in fatfs module

This commit is contained in:
Markus Fröschle
2012-12-10 13:54:17 +00:00
parent dcb83a7ab8
commit f3e23f4923
6 changed files with 13 additions and 13 deletions

View File

@@ -28,8 +28,7 @@
#ifndef __SYSINIT_H__
#define __SYSINIT_H__
#include <bas_types.h>
extern inline bool waitfor(uint32_t us, int (*condition)(void));
#include <wait.h>
/* adresses where FPGA data lives in flash */
#define FPGA_FLASH_DATA ((uint8_t *) 0xe0700000L)