Skip to content
Snippets Groups Projects
Commit 26997bc8 authored by David Sidrane's avatar David Sidrane Committed by Gregory Nutt
Browse files

STM32: Fix incorrect naming of inclusion guard in IRQ header files

parent 6b451b29
No related branches found
No related tags found
No related merge requests found
......@@ -37,8 +37,8 @@
* only indirectly through nuttx/irq.h
*/
#ifndef __ARCH_ARM_INCLUDE_STM32F40XXX_IRQ_H
#define __ARCH_ARM_INCLUDE_STM32F40XXX_IRQ_H
#ifndef __ARCH_ARM_INCLUDE_STM32_STM32F40XXX_IRQ_H
#define __ARCH_ARM_INCLUDE_STM32_STM32F40XXX_IRQ_H
/****************************************************************************************************
* Included Files
......@@ -183,5 +183,5 @@ extern "C"
#endif
#endif
#endif /* __ARCH_ARM_INCLUDE_STM32F40XXX_IRQ_H */
#endif /* __ARCH_ARM_INCLUDE_STM32_STM32F40XXX_IRQ_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment