Revision 53710ca3 modules/PowerManagement_1-1/board.c

View differences:

modules/PowerManagement_1-1/board.c
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    
21
 * @brief   PowerManagement v1.1 Board specific initializations.
22
 *
23
 * @addtogroup powermanagement_board
24
 * @{
25
 */
26

  
19 27
#include <hal.h>
20 28
#include <stm32_gpio.h>
21 29

  
......
201 209
 */
202 210
void boardInit(void) {
203 211
}
212

  
213
/** @} */

Also available in: Unified diff