Skip to content

Commit

Permalink
Fix typo in MicroBitConfig.h closing an #ifndef. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos authored Oct 10, 2022
1 parent f252952 commit 2e835f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/MicroBitConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,6 @@ extern uint32_t __data_end__;
// Set to '0' to disable
#ifndef SOFTDEVICE_PRESENT
#define SOFTDEVICE_PRESENT 1
#endig
#endif

#endif

0 comments on commit 2e835f8

Please sign in to comment.