Move prescaler to CHIP_DATA struct & remove some compilation warnings
This commit is contained in:
parent
ab54a37678
commit
b98afced69
2 changed files with 14 additions and 17 deletions
|
|
@ -159,6 +159,8 @@ struct pn53x_data {
|
|||
uint8_t ui8LastCommand;
|
||||
/** Interframe timer correction */
|
||||
int16_t timer_correction;
|
||||
/** Timer prescaler */
|
||||
uint16_t timer_prescaler;
|
||||
/** WriteBack cache */
|
||||
uint8_t wb_data[PN53X_CACHE_REGISTER_SIZE];
|
||||
uint8_t wb_mask[PN53X_CACHE_REGISTER_SIZE];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue