Skip to content

Commit

Permalink
Update ISO15693-A.c
Browse files Browse the repository at this point in the history
add missing VICINITY support statement
  • Loading branch information
fptrs authored Jun 29, 2022
1 parent 3d2a8a6 commit 99dceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/Chameleon-Mini/Application/ISO15693-A.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if defined (CONFIG_ISO15693_SNIFF_SUPPORT) || defined (CONFIG_SL2S2002_SUPPORT) || defined (CONFIG_TITAGITSTANDARD_SUPPORT) || defined (CONFIG_TITAGITPLUS_SUPPORT) || defined (CONFIG_EM4233_SUPPORT)
#if defined (CONFIG_ISO15693_SNIFF_SUPPORT) || defined (CONFIG_SL2S2002_SUPPORT) || defined (CONFIG_TITAGITSTANDARD_SUPPORT) || defined (CONFIG_TITAGITPLUS_SUPPORT) || defined (CONFIG_EM4233_SUPPORT) || defined (CONFIG_VICINITY_SUPPORT)

#include "ISO15693-A.h"
#include "../Common.h"
Expand Down

0 comments on commit 99dceff

Please sign in to comment.