1
0
Fork 0

Remove arm_atsam platform (#24337)

This commit is contained in:
Joel Challis 2024-09-02 03:48:17 +01:00 committed by GitHub
parent 096aca63c5
commit 3bd303f204
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
215 changed files with 3 additions and 73516 deletions

View file

@ -25,8 +25,6 @@
# define TIMESTAMP_GETTER TCNT0
#elif defined(PROTOCOL_CHIBIOS)
# define TIMESTAMP_GETTER chSysGetRealtimeCounterX()
#elif defined(PROTOCOL_ARM_ATSAM)
# error arm_atsam not currently supported
#else
# error Unknown protocol in use
#endif