mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
3591378113
commit
9d849adfab
352 changed files with 403 additions and 404 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <debug.h>
|
||||
#include <nuttx/debug.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
|
|
@ -233,7 +233,7 @@ int platform_getconfig(enum config_data_e id, int instance,
|
|||
case CONFIGDATA_TSCALIBRATION:
|
||||
|
||||
#ifdef CONFIG_MIKROE_STM32F4_CONFIGDATA_FS
|
||||
/* Load config data fram a file on the filesystem. Try to open
|
||||
/* Load config data from a file on the filesystem. Try to open
|
||||
* the file.
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue