Skip to content

Commit a7a9cbb

Browse files
authored
Merge pull request #5 from RestucciaMichele/main
remove duplicate variables
2 parents e406eaa + 904f433 commit a7a9cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rfal_nfcDep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
* LOCAL DATA TYPES
255255
******************************************************************************
256256
*/
257-
rfalNfcDep gNfcip; /*!< NFCIP module instance */
257+
258258

259259
/*
260260
******************************************************************************

src/rfal_nfcb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ enum {
108108
* LOCAL VARIABLES
109109
******************************************************************************
110110
*/
111-
rfalNfcb gRfalNfcb; /*!< RFAL NFC-B Instance */
111+
112112

113113
/*
114114
******************************************************************************

0 commit comments

Comments
 (0)