mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix naming of some enumeration types
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user