Revision 4c72a54c modules/NUCLEO-F103RB/board.c

View differences:

modules/NUCLEO-F103RB/board.c
18 18

  
19 19
#include "hal.h"
20 20

  
21
/*===========================================================================*/
22
/* Driver local definitions.                                                 */
23
/*===========================================================================*/
24

  
25
/*===========================================================================*/
26
/* Driver exported variables.                                                */
27
/*===========================================================================*/
28

  
29
/*===========================================================================*/
30
/* Driver local variables and types.                                         */
31
/*===========================================================================*/
32

  
21 33
/**
22 34
 * @brief   PAL setup.
23 35
 * @details Digital I/O ports static configuration as defined in @p board.h.
......
34 46
};
35 47
#endif
36 48

  
49
/*===========================================================================*/
50
/* Driver local functions.                                                   */
51
/*===========================================================================*/
52

  
53
/*===========================================================================*/
54
/* Driver interrupt handlers.                                                */
55
/*===========================================================================*/
56

  
57
/*===========================================================================*/
58
/* Driver exported functions.                                                */
59
/*===========================================================================*/
60

  
37 61
/*
38 62
 * Early initialization code.
39 63
 * This initialization must be performed just after stack setup and before

Also available in: Unified diff