acassis commented on PR #7448: URL: https://github.com/apache/incubator-nuttx/pull/7448#issuecomment-1293876781
@fjpanag please fix these redefinition errors: ``` In file included from chip/stm32l5_irq.c:36: /github/workspace/sources/nuttx/arch/arm/src/armv8-m/nvic.h:812: error: "NVIC_DHCSR_S_SDE" redefined [-Werror] 812 | #define NVIC_DHCSR_S_SDE (1 << 21) /* Bit 21: Non-secure unprivileged halting debug enabled. */ | /github/workspace/sources/nuttx/arch/arm/src/armv8-m/nvic.h:811: note: this is the location of the previous definition 811 | #define NVIC_DHCSR_S_SDE (1 << 20) /* Bit 20: Secure debug enable. */ | cc1: all warnings being treated as errors make[1]: *** [Makefile:144: stm32l5_irq.o] Error 1 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org