Files
Linux_Drivers/freertos/cvitek/install/include/hal/pinmux/hal_pinmux.h
wangliang.wang 3818ecf1c0 [freertos] Upgrade the MMF SDK from V4.0.0 to V4.1.0
1. Delete some useless files
	2. Add .gitignore file
	3. Some function update

Change-Id: Ie0b31dc20739fbceba20fd78f4fdfeaea4d526b2
2023-03-10 20:41:01 +08:00

7 lines
169 B
C

#ifndef __HAL_PINMUX_CONFIG_H__
#define __HAL_PINMUX_CONFIG_H__
#include "cv181x_pinmux.h"
void hal_pinmux_config(int io_type);
#endif //end of __HAL_PINMUX_CONFIG_H__