mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
STM32: Fix conditional compilation of TIM SYSLOG initialization
This commit is contained in:
@@ -801,7 +801,7 @@ static void stm32_stdclockconfig(void)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if defined(CONFIG_SYSLOG) || defined(CONFIG_ARMV7M_ITMSYSLOG)
|
||||
#if defined(CONFIG_SYSLOG) && defined(CONFIG_ARMV7M_ITMSYSLOG)
|
||||
static inline void rcc_itm_syslog(void)
|
||||
{
|
||||
/* Enable SWO output */
|
||||
|
||||
Reference in New Issue
Block a user