Skip to content

Commit 47b9f39

Browse files
authored
Update X_NUCLEO_NFC09A1_HelloWorld.ino
Signed-off-by: Carlo Parata <[email protected]>
1 parent 7c39dc4 commit 47b9f39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/X_NUCLEO_NFC09A1_HelloWorld/X_NUCLEO_NFC09A1_HelloWorld.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
******************************************************************************
3-
* @file X_NUCLEO_NFC08A1_HelloWorld.ino
3+
* @file X_NUCLEO_NFC09A1_HelloWorld.ino
44
* @author AST
55
* @version V1.0.0
66
* @date 2 September 2021
@@ -361,7 +361,7 @@ void setup()
361361

362362
discParam.notifyCb = NULL;
363363
discParam.totalDuration = 1000U;
364-
discParam.techs2Find = RFAL_NFC_TECH_NONE; /* For the demo, enable the NFC Technlogies based on RFAL Feature switches */
364+
discParam.techs2Find = RFAL_NFC_TECH_NONE; /* For the demo, enable the NFC Technologies based on RFAL Feature switches */
365365

366366

367367
#if RFAL_FEATURE_NFCA
@@ -2453,4 +2453,4 @@ char *hex2Str(unsigned char *data, size_t dataLen)
24532453
return hexStr[idx];
24542454
}
24552455

2456-
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
2456+
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/

0 commit comments

Comments
 (0)