mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 12:38:18 +00:00
Fix naming of some enumeration types
This commit is contained in:
parent
ef3a1f772d
commit
4afe20c83f
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue