瀏覽代碼

docs: fix spelling in "adding boards" section

"you should depends" -> "you should depend"

Signed-off-by: Carlos Santos <unixmania@gmail.com>
Carlos Santos 5 年之前
父節點
當前提交
cb779de12a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/adding-boards.txt

+ 1 - 1
docs/adding-boards.txt

@@ -44,7 +44,7 @@ in OpenADK, you need to port it first.
 The hardware capabilities are optional. (f.e. ADK_TARGET_WITH_SD), but
 The hardware capabilities are optional. (f.e. ADK_TARGET_WITH_SD), but
 required when you configure the driver configuration later.
 required when you configure the driver configuration later.
 
 
-For architectures with a choice for endianess you should depends on either
+For architectures with a choice for endianess you should depend on either
 ADK_TARGET_LITTLE_ENDIAN or ADK_TARGET_BIG_ENDIAN.
 ADK_TARGET_LITTLE_ENDIAN or ADK_TARGET_BIG_ENDIAN.
 
 
 If the CPU type like in this example ADK_TARGET_CPU_ARM_CORTEX_A7 is not yet available
 If the CPU type like in this example ADK_TARGET_CPU_ARM_CORTEX_A7 is not yet available