Files
templates/ports/stm32g474ce/parallel_nand_port_stm32g474ce.h

9 lines
190 B
C

#ifndef PARALLEL_NAND_PORT_STM32G474CE_H
#define PARALLEL_NAND_PORT_STM32G474CE_H
#include "parallel_nand_port.h"
const parallel_nand_port_t *parallel_nand_port_stm32g474ce(void);
#endif