summaryrefslogtreecommitdiff
path: root/quantum/basic_profiling.h
diff options
context:
space:
mode:
Diffstat (limited to 'quantum/basic_profiling.h')
-rw-r--r--quantum/basic_profiling.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quantum/basic_profiling.h b/quantum/basic_profiling.h
index d371acd6f0..e0a88d49cf 100644
--- a/quantum/basic_profiling.h
+++ b/quantum/basic_profiling.h
@@ -25,8 +25,6 @@
25# define TIMESTAMP_GETTER TCNT0 25# define TIMESTAMP_GETTER TCNT0
26#elif defined(PROTOCOL_CHIBIOS) 26#elif defined(PROTOCOL_CHIBIOS)
27# define TIMESTAMP_GETTER chSysGetRealtimeCounterX() 27# define TIMESTAMP_GETTER chSysGetRealtimeCounterX()
28#elif defined(PROTOCOL_ARM_ATSAM)
29# error arm_atsam not currently supported
30#else 28#else
31# error Unknown protocol in use 29# error Unknown protocol in use
32#endif 30#endif