소스 검색

code cleanup

Bernard Xiong 6 년 전
부모
커밋
9771d3170b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      bsp/stm32/stm32f103-hw100k-ibox/board/ports/w5500_device.c

+ 0 - 1
bsp/stm32/stm32f103-hw100k-ibox/board/ports/w5500_device.c

@@ -15,6 +15,5 @@ int w5500_spi_device_init()
 {
     __HAL_RCC_GPIOB_CLK_ENABLE();
     return rt_hw_spi_device_attach("spi2","spi20",GPIOB,GPIO_PIN_12);
-	
 }
 INIT_DEVICE_EXPORT(w5500_spi_device_init);