ci: solve public headers errors

This commit is contained in:
Renz Christian Bagaporo
2020-01-27 11:43:08 +08:00
parent b675df4b08
commit 16e0c93e40
49 changed files with 359 additions and 17 deletions

View File

@@ -5,6 +5,10 @@
#include "soc/apb_ctrl_struct.h"
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef enum {
ADC_DIG_FORMAT_12BIT, /*!< ADC to I2S data format, [15:12]-channel [11:0]-12 bits ADC data.
Note: In single convert mode. */
@@ -588,3 +592,8 @@ static inline bool adc_ll_vref_output(int io)
{
return false;
}
#ifdef __cplusplus
}
#endif