Fix naming of some enumeration types
This commit is contained in:
parent
ef3a1f772d
commit
4afe20c83f
@ -61,7 +61,7 @@
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
enum mfrc522_state_E
|
||||
enum mfrc522_state_e
|
||||
{
|
||||
MFRC522_STATE_NOT_INIT,
|
||||
MFRC522_STATE_IDLE,
|
||||
|
@ -70,7 +70,7 @@
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
enum pn532_state_E
|
||||
enum pn532_state_e
|
||||
{
|
||||
PN532_STATE_NOT_INIT,
|
||||
PN532_STATE_IDLE,
|
||||
|
Loading…
Reference in New Issue
Block a user