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