Move prescaler to CHIP_DATA struct & remove some compilation warnings

This commit is contained in:
Philippe Teuwen 2011-05-11 23:22:52 +00:00
parent ab54a37678
commit b98afced69
2 changed files with 14 additions and 17 deletions

View file

@ -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];