mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'docs/fix_Doxygen_syntax_in_adc_continuous' into 'master'
fix(adc_continuous.h): Fix Doxygen syntax error See merge request espressif/esp-idf!25077
This commit is contained in:
commit
0fc252bc1f
@ -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.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user