Skip to content

Commit 532f01d

Browse files
Merge pull request #12 from TimerOverflow/20210521
20210521
2 parents 6d92ed2 + 62d03b6 commit 532f01d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AvrUart.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@
6161
/*********************************************************************************/
6262
/**Define**/
6363

64-
#define __CRC16_TARGET_UNKNOWN__ 0
65-
#define __CRC16_TARGET_IAR_AVR__ 1
66-
#define __CRC16_TARGET_MICROCHIP_STUDIO__ 2
67-
#define __CRC16_TARGET_COMPILER__ __CRC16_TARGET_IAR_AVR__
64+
#define __CRC16_TARGET_UNKNOWN__ 0
65+
#define __CRC16_TARGET_IAR_AVR__ 1
66+
#define __CRC16_TARGET_MICROCHIP_STUDIO__ 2
67+
#define __CRC16_TARGET_COMPILER__ __CRC16_TARGET_IAR_AVR__
6868

6969
#define false 0
7070
#define true 1

0 commit comments

Comments
 (0)