Revision 53710ca3 modules/LightRing_1-0/board.c

View differences:

modules/LightRing_1-0/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   LightRing v1.0 Board specific initializations.
22
 *
23
 * @addtogroup lightring_board
24
 * @{
25
 */
26

  
19 27
#include <hal.h>
20 28

  
21 29
#if HAL_USE_PAL || defined(__DOXYGEN__)
......
71 79
  AFIO->MAPR = AFIO_MAPR_SWJ_CFG_JTAGDISABLE |
72 80
               AFIO_MAPR_USART3_REMAP_PARTIALREMAP;
73 81
}
82

  
83
/** @} */

Also available in: Unified diff