Skip to content

Commit d8fbdfc

Browse files
committed
Disabling systick
1 parent 0580607 commit d8fbdfc

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/config

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/config/sdk_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
// SYSTICK_ENABLED
5252
#ifndef SYSTICK_ENABLED
53-
#define SYSTICK_ENABLED 1
53+
#define SYSTICK_ENABLED 0
5454
#endif
5555

5656
//==========================================================

0 commit comments

Comments
 (0)