Fix naming of some enumeration types

This commit is contained in:
Gregory Nutt 2016-08-06 11:08:53 -06:00
parent ef3a1f772d
commit 4afe20c83f
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
* Public Types * Public Types
****************************************************************************/ ****************************************************************************/
enum mfrc522_state_E enum mfrc522_state_e
{ {
MFRC522_STATE_NOT_INIT, MFRC522_STATE_NOT_INIT,
MFRC522_STATE_IDLE, MFRC522_STATE_IDLE,

View File

@ -70,7 +70,7 @@
* Public Types * Public Types
****************************************************************************/ ****************************************************************************/
enum pn532_state_E enum pn532_state_e
{ {
PN532_STATE_NOT_INIT, PN532_STATE_NOT_INIT,
PN532_STATE_IDLE, PN532_STATE_IDLE,