提交 31c9f3ef 编写于 作者: X Xue Liu

Clean and fix comments

上级 6bad759c
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
*/ */
/** /**
* @addtogroup NRF51822 * @addtogroup NRF52832
*/ */
/*@{*/ /*@{*/
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "board.h" #include "board.h"
/** /**
* @addtogroup NRF51822 * @addtogroup NRF52832
*/ */
/*@{*/ /*@{*/
......
/* /*
* File : board.c * File : board.c
* This file is part of RT-Thread RTOS * This file is part of RT-Thread RTOS
* COPYRIGHT (C) 2009 RT-Thread Develop Team * COPYRIGHT (C) 2015 RT-Thread Develop Team
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at * found in the file LICENSE in this distribution or at
* http://www.rt-thread.org/license/LICENSE * http://www.rt-thread.org/license/LICENSE
* *
* Change Logs:
* Date Author Notes
* 2015-11-11 Xue Liu Initial for nRF52
*/ */
#include <rthw.h> #include <rthw.h>
...@@ -37,7 +40,7 @@ void SysTick_Handler(void) ...@@ -37,7 +40,7 @@ void SysTick_Handler(void)
/** /**
* This function will initial NRF51822 board. * This function will initial NRF52832 board.
*/ */
void rt_hw_board_init() void rt_hw_board_init()
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册