You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/10/12 18:35:01 UTC

[incubator-nuttx] branch master updated: freedom-k64f: Include kinetis.h for resources macros

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new b76b3b6  freedom-k64f: Include kinetis.h for resources macros
b76b3b6 is described below

commit b76b3b6f3d812aa7ea33d2fc299425139b93e5ea
Author: Philippe Coval <rz...@users.sf.net>
AuthorDate: Mon Oct 12 16:47:26 2020 +0200

    freedom-k64f: Include kinetis.h for resources macros
    
    Change-Id: I37560525678b820668abcb6e4aae93b978797066
    Forwarded: https://github.com/apache/incubator-nuttx/pulls/rzr
    Signed-off-by: Philippe Coval rzr@users.sf.net
---
 boards/arm/kinetis/freedom-k64f/src/k64_buttons.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/boards/arm/kinetis/freedom-k64f/src/k64_buttons.c b/boards/arm/kinetis/freedom-k64f/src/k64_buttons.c
index 7f7e964..5e5f9a4 100644
--- a/boards/arm/kinetis/freedom-k64f/src/k64_buttons.c
+++ b/boards/arm/kinetis/freedom-k64f/src/k64_buttons.c
@@ -46,6 +46,8 @@
 #include <nuttx/board.h>
 #include <arch/board/board.h>
 
+#include "kinetis.h"
+
 #include "freedom-k64f.h"
 
 #ifdef CONFIG_ARCH_BUTTONS