Fix typo from last commit
This commit is contained in:
parent
e5fbfd2508
commit
f747b36d95
@ -58,11 +58,7 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* Debug ********************************************************************/
|
/* Configuration ************************************************************/
|
||||||
|
|
||||||
#ifndef CONFIG_DEBUG
|
|
||||||
# undef CONFIG_DEBUG_GPIO
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(CONFIG_ARCH_CHIP_LM3S) || defined(CONFIG_ARCH_CHIP_LM4F) || \
|
#if defined(CONFIG_ARCH_CHIP_LM3S) || defined(CONFIG_ARCH_CHIP_LM4F) || \
|
||||||
defined(CONFIG_ARCH_CHIP_CC3200)
|
defined(CONFIG_ARCH_CHIP_CC3200)
|
||||||
@ -325,7 +321,11 @@
|
|||||||
|
|
||||||
/* Debug ********************************************************************/
|
/* Debug ********************************************************************/
|
||||||
|
|
||||||
#ifdef CONFIG_DEBUG_SCHED
|
#ifndef CONFIG_DEBUG
|
||||||
|
# undef CONFIG_DEBUG_GPIO
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_DEBUG_GPIO
|
||||||
# define gpiodbg(format, ...) dbg(format, ##__VA_ARGS__)
|
# define gpiodbg(format, ...) dbg(format, ##__VA_ARGS__)
|
||||||
# define gpiolldbg(format, ...) lldbg(format, ##__VA_ARGS__)
|
# define gpiolldbg(format, ...) lldbg(format, ##__VA_ARGS__)
|
||||||
# define gpiovdbg(format, ...) vdbg(format, ##__VA_ARGS__)
|
# define gpiovdbg(format, ...) vdbg(format, ##__VA_ARGS__)
|
||||||
|
Loading…
Reference in New Issue
Block a user