card types still missing - otherwise the code compiles

This commit is contained in:
Markus Fröschle
2012-12-04 18:57:50 +00:00
parent 02173be4b8
commit e1a70f3dae
2 changed files with 20 additions and 18 deletions

View File

@@ -27,6 +27,7 @@
#ifndef __SYSINIT_H__
#define __SYSINIT_H__
#include <bas_types.h>
extern void wait_10us(void);
extern inline bool waitfor(uint32_t us, int (*condition)(void));