1. Delete some useless files 2. Add .gitignore file 3. Some function update Change-Id: Ie0b31dc20739fbceba20fd78f4fdfeaea4d526b2
7 lines
169 B
C
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__
|