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

View differences:

modules/DiWheelDrive_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   DiWheeDrive v1.1 Board specific initializations.
22
 *
23
 * @addtogroup diwheeldrive_board
24
 * @{
25
 */
26

  
19 27
#include <hal.h>
20 28

  
21 29
#if HAL_USE_PAL || defined(__DOXYGEN__)
......
78 86
               AFIO_MAPR_USART3_REMAP_PARTIALREMAP |
79 87
               AFIO_MAPR_I2C1_REMAP;
80 88
}
89

  
90
/** @} */

Also available in: Unified diff