4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 17:43:31 +08:00
2021-03-17 02:26:35 +08:00

18 lines
292 B
C

/*
* Copyright (c) 2006-2021, RT-Thread Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
*/
#ifndef SDRAM_H_INCLUDED
#define SDRAM_H_INCLUDED
#define SDRAM_CONFIG_32BIT
void SDRAM_Init (void);
#endif // SDRAM_H_INCLUDED