mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-15 20:19:25 +08:00
12 lines
174 B
C
12 lines
174 B
C
#ifndef __SDCARD_H
|
|
#define __SDCARD_H
|
|
|
|
#include <s3c24x0.h>
|
|
|
|
#define INICLK 300000
|
|
#define SDCLK 24000000 //PCLK=49.392MHz
|
|
#define MMCCLK 15000000 //PCLK=49.392MHz
|
|
|
|
#endif
|
|
|