Skip to content

Commit eacc64b

Browse files
committed
fix missing def
1 parent 7b037f4 commit eacc64b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

mongoose.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ extern "C" {
4343
#define MG_ARCH_CMSIS_RTOS2 13 // CMSIS-RTOS API v2 (Keil RTX5, FreeRTOS)
4444
#define MG_ARCH_RTTHREAD 14 // RT-Thread RTOS
4545
#define MG_ARCH_ARMCGT 15 // Texas Semi ARM-CGT
46+
#define MG_ARCH_CUBE 16 // STM32Cube environment
4647

4748
#define MG_ARCH_NEWLIB MG_ARCH_ARMGCC // Alias, deprecate in 2025
4849

src/arch.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#define MG_ARCH_CMSIS_RTOS2 13 // CMSIS-RTOS API v2 (Keil RTX5, FreeRTOS)
1717
#define MG_ARCH_RTTHREAD 14 // RT-Thread RTOS
1818
#define MG_ARCH_ARMCGT 15 // Texas Semi ARM-CGT
19+
#define MG_ARCH_CUBE 16 // STM32Cube environment
1920

2021
#define MG_ARCH_NEWLIB MG_ARCH_ARMGCC // Alias, deprecate in 2025
2122

0 commit comments

Comments
 (0)