mirror of
https://github.com/apache/nuttx.git
synced 2025-12-12 13:55:18 +08:00
binfmt: nxstyle fixes
small nxstyle fixes for binfmt to avoid CI warnings Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
@@ -57,8 +57,8 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* CONFIG_DEBUG_FEATURES, CONFIG_DEBUG_INFO, and CONFIG_DEBUG_BINFMT have to be
|
||||
* defined or CONFIG_ELF_DUMPBUFFER does nothing.
|
||||
/* CONFIG_DEBUG_FEATURES, CONFIG_DEBUG_INFO, and CONFIG_DEBUG_BINFMT
|
||||
* have to be defined or CONFIG_ELF_DUMPBUFFER does nothing.
|
||||
*/
|
||||
|
||||
#if !defined(CONFIG_DEBUG_INFO) || !defined (CONFIG_DEBUG_BINFMT)
|
||||
|
||||
Reference in New Issue
Block a user