Skip to content

Commit

Permalink
porting/npl/nuttx/include/nimble/nimble_npl_os_log.h: fix gcc14 error
Browse files Browse the repository at this point in the history
error: implicit declaration of function 'vprintf' [-Wimplicit-function-declaration]
   32 |             vprintf(fmt, args);
  • Loading branch information
raiden00pl committed Jun 12, 2024
1 parent 9f845c4 commit d34190c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions porting/npl/nuttx/include/nimble/nimble_npl_os_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#define _NIMBLE_NPL_OS_LOG_H_

#include <stdarg.h>
#include <stdio.h>

/* Example on how to use macro to generate module logging functions */
#define BLE_NPL_LOG_IMPL(lvl) \
Expand Down

0 comments on commit d34190c

Please sign in to comment.