Browse Source

更改说明格式

jinsheng 6 years ago
parent
commit
a2ed7ec6bf

+ 1 - 1
bsp/stm32/stm32f746-st-disco/board/ports/drv_qspi_flash.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2019-01-26     jinsheng    first version
+ * 2019-01-26     jinsheng     first version
  */
  
 #include <board.h>

+ 1 - 1
bsp/stm32/stm32f746-st-disco/board/ports/phy_reset.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2019-02-16     jinsheng   first version
+ * 2019-02-16     jinsheng     first version
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f746-st-disco/board/ports/sdcard_port.c

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2019-02-17     jinsheng   add sdcard port file
+ * 2019-02-17     jinsheng     add sdcard port file
  */
 
 #include <rtthread.h>

+ 1 - 1
bsp/stm32/stm32f746-st-disco/board/ports/sdram_port.h

@@ -5,7 +5,7 @@
  *
  * Change Logs:
  * Date           Author       Notes
- * 2019-02-16     jinsheng   The first version for STM32F7xx
+ * 2019-02-16     jinsheng     The first version for STM32F7xx
  */
 
 #ifndef __SDRAM_PORT_H__