fix(adc_continuous.h): Fix Doxygen syntax error

This commit is contained in:
Linda
2023-07-31 10:59:34 +08:00
parent a2d76ad38a
commit 3c1e129ac3

View File

@@ -17,8 +17,8 @@ extern "C" {
#endif
/**
* @brief Driver Backgrounds
/*
* Driver Backgrounds
*
* --------------------------------------------------------------------------------------------------------
* | Conversion Frame |
@@ -34,8 +34,7 @@ extern "C" {
* structure is `adc_digi_output_data_t`, including ADC Unit, ADC Channel and Raw Data.
*
* For example:
* conv_frame_size = 100,
* then one Conversion Frame contains (100 / `SOC_ADC_DIGI_RESULT_BYTES`) pieces of Conversion Results
* conv_frame_size = 100 indicates one Conversion Frame contains (100 / `SOC_ADC_DIGI_RESULT_BYTES`) pieces of Conversion Results.
*/
/**