Browse Source

[bsp] gd32107c-eval 修改PR审核意见

lza1205 3 years ago
parent
commit
01b63b907e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      bsp/gd32107c-eval/drivers/drv_spi.h

+ 3 - 3
bsp/gd32107c-eval/drivers/drv_spi.h

@@ -8,8 +8,8 @@
  * 2021-08-23     lianzhian        first implementation.
  * 2021-08-23     lianzhian        first implementation.
  */
  */
 
 
-#ifndef gd32F30X_SPI_H_INCLUDED
-#define gd32F30X_SPI_H_INCLUDED
+#ifndef __DRV_SPI_H__
+#define __DRV_SPI_H__
 
 
 
 
-#endif /* gd32F30X_SPI_H_INCLUDED */
+#endif /* __DRV_SPI_H__ */