ASK LoGO: enable progressive field feature.

This commit is contained in:
Romuald Conty 2011-04-04 09:53:33 +00:00
parent 71c400ae14
commit b21d3c6728
2 changed files with 30 additions and 4 deletions

View file

@ -187,4 +187,13 @@ static const pn53x_command pn53x_commands[] = {
PNCMD( TgGetTargetStatus, PN531|PN532|PN533 ),
};
#define _BV( X ) (1 << X)
#define P30 0
#define P31 1
#define P32 2
#define P33 3
#define P34 4
#define P35 5
#endif /* __PN53X_INTERNAL_H__ */