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

@ -29,7 +29,7 @@
#include <nuttx/config.h>
#include <stdio.h>
#include <debug.h>
#include <nuttx/debug.h>
/****************************************************************************
* Pre-processor Definitions

View file

@ -27,7 +27,7 @@
* Included Files
****************************************************************************/
#include <debug.h>
#include <nuttx/debug.h>
/****************************************************************************
* Pre-processor Definitions