Explorar o código

more clean up

hathach %!s(int64=6) %!d(string=hai) anos
pai
achega
218aaf94de
Modificáronse 2 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/boards.md
  2. 0 0
      hw/bsp/stm32h743nucleo/stm32h743nucleo.c

+ 1 - 1
docs/boards.md

@@ -50,7 +50,7 @@ This code base already had supported for a handful of following boards
 If you don't possess any of supported board above. Don't worry you can easily implemented your own one by following this guide as long as the mcu is supported.
 If you don't possess any of supported board above. Don't worry you can easily implemented your own one by following this guide as long as the mcu is supported.
 
 
 - Create new makefile for your board at `hw/bsp/<board name>/board.mk` and linker file as well if needed.
 - Create new makefile for your board at `hw/bsp/<board name>/board.mk` and linker file as well if needed.
-- Create new source file for your board at `hw/bsp/<board name>/board_<board name>.c` and implement following APIs
+- Create new source file for your board at `hw/bsp/<board name>/<board name>.c` and implement following APIs
 
 
 ### Board APIs
 ### Board APIs
 
 

+ 0 - 0
hw/bsp/stm32h743nucleo/board_stm32h743nucleo.c → hw/bsp/stm32h743nucleo/stm32h743nucleo.c