OSDN Git Service

Updated the rotary encoder module.
[bluetank/bluetank.git] / firm / bare_metal / mmc.h
1
2 #ifndef MMC_H
3 #define MMC_H
4
5 #include <cdefBF592-A.h>
6
7 #define MMC_DETECT()    (((*pPORTGIO) & (1 << 12)) ? 0 : 1)
8
9 #endif
10