1
0
Fork 0

Fixes for encoder abstraction. (#23195)

This commit is contained in:
Nick Brassel 2024-03-10 22:24:17 +11:00 committed by GitHub
parent be42ea306b
commit 3e1ac7a38f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 101 additions and 38 deletions

View file

@ -31,7 +31,7 @@ enum serial_transaction_id {
#ifdef ENCODER_ENABLE
GET_ENCODERS_CHECKSUM,
GET_ENCODERS_DATA,
PUT_ENCODER_TAIL,
CMD_ENCODER_DRAIN,
#endif // ENCODER_ENABLE
#ifndef DISABLE_SYNC_TIMER