Revision 4c72a54c modules/NUCLEO-F401RE/module.h

View differences:

modules/NUCLEO-F401RE/module.h
120 120
/**
121 121
 * @brief   Periphery communication interfaces initialization hook.
122 122
 */
123
#define MODULE_INIT_PERIPHERY_COMM() {                                        \
123
#define MODULE_INIT_PERIPHERY_IF() {                                          \
124 124
  /* serial driver */                                                         \
125 125
  sdStart(&MODULE_HAL_PROGIF, &moduleHalProgIfConfig);                        \
126 126
}
......
128 128
/**
129 129
 * @brief   Periphery communication interface deinitialization hook.
130 130
 */
131
#define MODULE_SHUTDOWN_PERIPHERY_COMM() {                                    \
131
#define MODULE_SHUTDOWN_PERIPHERY_IF() {                                      \
132 132
}
133 133

  
134 134
/**
......
164 164

  
165 165
/*===========================================================================*/
166 166
/**
167
 * @name Unit tests (UT)
167
 * @name Tests
168 168
 * @{
169 169
 */
170 170
/*===========================================================================*/

Also available in: Unified diff