Revision f3ac1c96 unittests/lld/inc/ut_lld_adc.h

View differences:

unittests/lld/inc/ut_lld_adc.h
23 23

  
24 24
#if ((AMIROOS_CFG_TESTS_ENABLE == true) && (HAL_USE_ADC == TRUE))|| defined(__DOXYGEN__)
25 25

  
26
/******************************************************************************/
27
/* CONSTANTS                                                                  */
28
/******************************************************************************/
29

  
30
/******************************************************************************/
31
/* SETTINGS                                                                   */
32
/******************************************************************************/
33

  
34
/******************************************************************************/
35
/* CHECKS                                                                     */
36
/******************************************************************************/
37

  
38
/******************************************************************************/
39
/* DATA STRUCTURES AND TYPES                                                  */
40
/******************************************************************************/
41

  
26 42
/**
27 43
 * @brief   Custom data structure for the unit test.
28 44
 */
......
38 54
  ADCConversionGroup* convgroup;
39 55
} ut_adcdata_t;
40 56

  
57
/******************************************************************************/
58
/* MACROS                                                                     */
59
/******************************************************************************/
60

  
61
/******************************************************************************/
62
/* EXTERN DECLARATIONS                                                        */
63
/******************************************************************************/
64

  
41 65
#ifdef __cplusplus
42 66
extern "C" {
43 67
#endif
......
46 70
}
47 71
#endif
48 72

  
73
/******************************************************************************/
74
/* INLINE FUNCTIONS                                                           */
75
/******************************************************************************/
76

  
49 77
#endif /* (AMIROOS_CFG_TESTS_ENABLE == true) && (HAL_USE_ADC == TRUE) */
50 78

  
51 79
#endif /* AMIROOS_UT_LLD_ADC_H */

Also available in: Unified diff