Files
Linux_Drivers/freertos/cvitek/driver/pinmux/include/pinmux.h
carbon ca03037500 freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
2023-10-19 14:31:43 +08:00

7 lines
118 B
C

#ifndef __PINMUX_CONFIG_H__
#define __PINMUX_CONFIG_H__
void pinmux_init(void);
#endif //end of __PINMUX_CONFIG_H__