spelling: facilitate

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:41:59 -05:00
parent 0fe878c043
commit bd5b200a81
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
#define GPIO_Port_NULL ((GPIO_TypeDef *) 0)
#define GPIO_Pin_NULL ((uint16_t)0x0000)
// This is generated in order to faciliate the check within the IRQ_MAP macro below
// This is generated in order to facilitate the check within the IRQ_MAP macro below
enum {
#define IRQ_DEF(num, irq) IS_VALID_IRQ__##irq,
#include "irq_stm32f7.def"

View file

@ -34,7 +34,7 @@
//! Guaranteed invalid IRQ priority
#define IRQ_PRIORITY_INVALID (1 << __NVIC_PRIO_BITS)
// This is generated in order to faciliate the check within the IRQ_MAP macro below
// This is generated in order to facilitate the check within the IRQ_MAP macro below
enum {
#define IRQ_DEF(num, irq) IS_VALID_IRQ__##irq,
#include "irq_stm32.def"