include/debug.h: Use <nuttx/debug.h> in apps

Replace app-side includes of <debug.h> with <nuttx/debug.h> to use the
header from the NuttX tree explicitly after the header move.

Signed-off-by: Piyush Patle <piyushpatle228@gmail.com>
This commit is contained in:
Piyush Patle 2026-04-01 16:29:59 +05:30 committed by Alan C. Assis
parent 3591378113
commit 9d849adfab
352 changed files with 403 additions and 404 deletions

View file

@ -41,7 +41,7 @@
#include <fcntl.h>
#include <dirent.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/debug.h>
#include <nuttx/drivers/ramdisk.h>