ifi_packet_num1

I am getting an ifi_packet_num1 has multiple definitions error. I’ve searched my code and the only place it is defined is in ifi_utilities.c. I have no idea where to go from there. Help is appreciated.

Try doing a Project -> Find in Project Files… search for “ifi_utilities” to see if you accidentally included ifi_utilities.c somewhere instead of ifi_utilities.h

I fixed the problem by commentting out prinf_lib.h in all of my files. Any one know why prinf_lib.h would cause this error.