Change over Doxygen \note documentation to \pre where applicable.
This commit is contained in:
parent
27fb44268f
commit
a14ece5f57
17 changed files with 118 additions and 123 deletions
|
@ -91,8 +91,8 @@
|
|||
/** Initializes the temperature sensor driver, including setting up the appropriate ADC channel.
|
||||
* This must be called before any other temperature sensor routines.
|
||||
*
|
||||
* \note The ADC itself (not the ADC channel) must be configured separately before calling the
|
||||
* temperature sensor functions.
|
||||
* \pre The ADC itself (not the ADC channel) must be configured separately before calling the
|
||||
* temperature sensor functions.
|
||||
*/
|
||||
static inline void Temperature_Init(void);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue