4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 06:13:31 +08:00

9 lines
131 B
C
Raw Normal View History

#ifndef SDRAM_H_INCLUDED
#define SDRAM_H_INCLUDED
#define SDRAM_CONFIG_32BIT
void SDRAM_Init (void);
#endif // SDRAM_H_INCLUDED