From 2e835f81fa5260df9d2897b91663320a2e2000f3 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Mon, 10 Oct 2022 18:05:43 +0100 Subject: [PATCH] Fix typo in MicroBitConfig.h closing an #ifndef. (#239) --- inc/MicroBitConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/MicroBitConfig.h b/inc/MicroBitConfig.h index 0acd60bc..dd33b8c7 100644 --- a/inc/MicroBitConfig.h +++ b/inc/MicroBitConfig.h @@ -279,6 +279,6 @@ extern uint32_t __data_end__; // Set to '0' to disable #ifndef SOFTDEVICE_PRESENT #define SOFTDEVICE_PRESENT 1 -#endig +#endif #endif