feat: add STM32F103RC support for HY27UF084G2M
This commit is contained in:
16
ports/stm32f103rc/parallel_nand_port_stm32f103rc.h
Normal file
16
ports/stm32f103rc/parallel_nand_port_stm32f103rc.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef PARALLEL_NAND_PORT_STM32F103RC_H
|
||||
#define PARALLEL_NAND_PORT_STM32F103RC_H
|
||||
|
||||
#include "parallel_nand_port.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const parallel_nand_port_t *parallel_nand_port_stm32f103rc(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user