This commit is contained in:
iceman1001 2023-07-17 17:46:27 +02:00
commit 134f09be5e
5 changed files with 67 additions and 62 deletions

View file

@ -91,9 +91,9 @@ typedef struct {
// Defines polling sequence configuration
// 6 would be enough for 4 magsafe, 1 wupa, 1 ecp,
typedef struct {
iso14a_polling_frame frames[6];
uint8_t frame_count;
uint16_t extra_timeout;
iso14a_polling_frame frames[6];
uint8_t frame_count;
uint16_t extra_timeout;
} iso14a_polling_parameters;
typedef struct {