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

View differences:

modules/NUCLEO-F767ZI/module.h
28 28
#define AMIROOS_MODULE_H
29 29

  
30 30
#include <amiroos.h>
31
#include <math.h>
32 31

  
33 32
/*===========================================================================*/
34 33
/**
......
131 130
/**
132 131
 * @brief   Periphery communication interfaces initialization hook.
133 132
 */
134
#define MODULE_INIT_PERIPHERY_COMM() {                                        \
133
#define MODULE_INIT_PERIPHERY_IF() {                                          \
135 134
  /* serial driver */                                                         \
136 135
  sdStart(&MODULE_HAL_PROGIF, &moduleHalProgIfConfig);                        \
137 136
}
......
139 138
/**
140 139
 * @brief   Periphery communication interface deinitialization hook.
141 140
 */
142
#define MODULE_SHUTDOWN_PERIPHERY_COMM() {                                    \
141
#define MODULE_SHUTDOWN_PERIPHERY_IF() {                                      \
143 142
}
144 143

  
145 144
/**
......
177 176

  
178 177
/*===========================================================================*/
179 178
/**
180
 * @name Unit tests (UT)
179
 * @name Tests
181 180
 * @{
182 181
 */
183 182
/*===========================================================================*/

Also available in: Unified diff