when i am running the “Building and uploading FIrmware”
i am getting this error:
…/./simpleserial/simpleserial.c:18: warning: “CRC” redefined
18 | #define CRC 0xA6
|
In file included from c:\chipwh~1\cw\home\portable\avrgcc\avr-gcc-10.1.0-x64-windows\avr\include\avr\io.h:552,
from …/./hal/hal.h:93,
from …/./simpleserial/simpleserial.c:5:
c:\chipwh~1\cw\home\portable\avrgcc\avr-gcc-10.1.0-x64-windows\avr\include\avr\iox128d3.h:2239: note: this is the location of the previous definition
2239 | #define CRC (*(CRC_t ) 0x00D0) / Cyclic Redundancy Checker */
how can this issue be resolved?