Skip to content

Commit 62d03b6

Browse files
committed
1. fix space.
1 parent c52edb1 commit 62d03b6

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)