17 lines
259 B
C
17 lines
259 B
C
#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
|