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 2021/06/23 16:07:55 UTC

[incubator-nuttx] branch master updated: drivers/ioexpander/gpio_lower_half.c: add missing debug.h

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 2f15fd2  drivers/ioexpander/gpio_lower_half.c: add missing debug.h
2f15fd2 is described below

commit 2f15fd2464fcb6087fc47546ae3d9f19fe2dfcbf
Author: Juha Niskanen <ju...@haltian.com>
AuthorDate: Wed Jun 23 15:14:22 2021 +0300

    drivers/ioexpander/gpio_lower_half.c: add missing debug.h
    
    Signed-off-by: Juha Niskanen <ju...@haltian.com>
---
 drivers/ioexpander/gpio_lower_half.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ioexpander/gpio_lower_half.c b/drivers/ioexpander/gpio_lower_half.c
index b59d3a1..8445b25 100644
--- a/drivers/ioexpander/gpio_lower_half.c
+++ b/drivers/ioexpander/gpio_lower_half.c
@@ -26,6 +26,7 @@
 
 #include <sys/types.h>
 #include <assert.h>
+#include <debug.h>
 #include <errno.h>
 
 #include <nuttx/kmalloc.h>