4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-21 13:13:34 +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