18 lines
362 B
C
18 lines
362 B
C
/*
|
|
* Copyright (c) 2006-2022, RT-Thread Development Team
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*
|
|
* Change Logs:
|
|
* Date Author Notes
|
|
* 2022-09-24 qiyu first version
|
|
*/
|
|
|
|
#ifndef DRIVERS_DRV_CONFIG_H_
|
|
#define DRIVERS_DRV_CONFIG_H_
|
|
|
|
#include "config/pwm_config.h"
|
|
#include "config/adc_config.h"
|
|
|
|
#endif /* DRIVERS_DRV_CONFIG_H_ */
|