mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Changes to last pull request needed for conformance with coding standard
This commit is contained in:
@@ -380,7 +380,7 @@ config ARCH_DEBUG_H
|
|||||||
bool "debug.h"
|
bool "debug.h"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
The debug.h contains architecture dependent debugging primitives
|
The debug.h contains architecture dependent debugging primitives
|
||||||
|
|
||||||
endmenu # Customize Header Files
|
endmenu # Customize Header Files
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule arch updated: 36626dbc79...3fbe4f51dc
+1
-3
@@ -98,9 +98,7 @@
|
|||||||
# define EXTRA_ARG
|
# define EXTRA_ARG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/* The actual logger function may be overridden in arch/debug.h if needed. */
|
||||||
* The actual logger function may be overridden in arch/debug.h if needed.
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __arch_syslog
|
#ifndef __arch_syslog
|
||||||
# define __arch_syslog syslog
|
# define __arch_syslog syslog
|
||||||
|
|||||||
Reference in New Issue
Block a user