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/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new e96f1ca83 system/ymodem: Change #include <nuttx/mm/circbuf.h> to 
#include <nuttx/circbuf.h>
e96f1ca83 is described below

commit e96f1ca83ae414505af05d945517b998ab7a7fe5
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Mon Mar 4 18:37:02 2024 +0800

    system/ymodem: Change #include <nuttx/mm/circbuf.h> to #include 
<nuttx/circbuf.h>
    
    follow the change in kernel side change
    
    Signed-off-by: Xiang Xiao <xiaoxi...@xiaomi.com>
---
 system/ymodem/rb_main.c | 2 +-
 system/ymodem/sb_main.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/system/ymodem/rb_main.c b/system/ymodem/rb_main.c
index 6dd084084..28fa4ee92 100644
--- a/system/ymodem/rb_main.c
+++ b/system/ymodem/rb_main.c
@@ -27,7 +27,7 @@
 #include <getopt.h>
 #include <pthread.h>
 
-#include <nuttx/mm/circbuf.h>
+#include <nuttx/circbuf.h>
 
 #include "ymodem.h"
 
diff --git a/system/ymodem/sb_main.c b/system/ymodem/sb_main.c
index 9b84ad41c..b58a443af 100644
--- a/system/ymodem/sb_main.c
+++ b/system/ymodem/sb_main.c
@@ -29,7 +29,7 @@
 #include <pthread.h>
 #include <sys/stat.h>
 
-#include <nuttx/mm/circbuf.h>
+#include <nuttx/circbuf.h>
 
 #include "ymodem.h"
 

Reply via email to