new include file sd_card.h
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
* Author: mfro
|
* Author: mfro
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SD_CARD_H_
|
#ifndef _SD_CARD_H_
|
||||||
#define SD_CARD_H_
|
#define _SD_CARD_H_
|
||||||
|
|
||||||
#include <MCF5475.h>
|
#include <MCF5475.h>
|
||||||
|
|
||||||
@@ -29,4 +29,4 @@ extern uint32_t sd_com(uint32_t data);
|
|||||||
extern void sd_card_idle(void);
|
extern void sd_card_idle(void);
|
||||||
|
|
||||||
|
|
||||||
#endif /* SD_CARD_H_ */
|
#endif /* _SD_CARD_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user