#ifndef SD_CARD_RAW_CFG_H
#define	SD_CARD_RAW_CFG_H

#ifdef	__cplusplus
extern "C" {
#endif

/**
 * Use this file to include any special include file
 * the library needs
 */
#include "app.h"

#define SD_CARD_CS                  PORTDbits.RD0

#ifdef	__cplusplus
}
#endif

#endif	/* SD_CARD_RAW_CFG_H */

