diff options
| author | Joel Challis <git@zvecr.com> | 2024-09-02 03:48:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-02 03:48:17 +0100 |
| commit | 3bd303f204a59ed950934f5da4c299a8be33b363 (patch) | |
| tree | 17ff660931b925909be4a75fba55bd67441bf2bb /quantum/basic_profiling.h | |
| parent | 096aca63c5d7789669d90ef5f128189be85b7a35 (diff) | |
Remove `arm_atsam` platform (#24337)
Diffstat (limited to 'quantum/basic_profiling.h')
| -rw-r--r-- | quantum/basic_profiling.h | 2 |
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 |
