Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit ab3fac8

Browse files
committed
Change default timing measurement method for Cortex-M33
1 parent d3be620 commit ab3fac8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example4_mps2_multi_devices/timer_funcs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
#define CPU_CLK_SPEED 20000000
3434
#elif defined (IOTKit_CM33)
3535
#include "IOTKit_CM33.h"
36-
//#define USE_DWT_CYCLE_COUNTER
36+
#define USE_DWT_CYCLE_COUNTER
3737
#define CPU_CLK_SPEED 20000000
3838
#elif defined (IOTKit_CM33_FP)
3939
#include "IOTKit_CM33_FP.h"
40-
//#define USE_DWT_CYCLE_COUNTER
40+
#define USE_DWT_CYCLE_COUNTER
4141
#define CPU_CLK_SPEED 20000000
4242
#elif defined (SSE300_CM55)
4343
#include "SSE300MPS3.h"

0 commit comments

Comments
 (0)