Skip to content

Commit 69bc68d

Browse files
authored
Merge pull request #6288 from TomoYamanaka/master
Fix macro definition of iodefine_typedef for RZ_A1H
2 parents 38e0d3b + 3183d21 commit 69bc68d

File tree

1 file changed

+3
-1
lines changed
  • targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/device/inc/iodefines

1 file changed

+3
-1
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/device/inc/iodefines/iodefine_typedef.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
typedef enum iodefine_byte_select_t
5555
{
5656
R_IO_L = 0, R_IO_H = 1,
57-
R_IO_LL= 0, R_IO_LH = 1, R_IO_HL = 2, R_IO_HH = 3
57+
R_IO_LL= 0, R_IO_LH = 1, R_IO_HL = 2, R_IO_HH = 3,
58+
L = 0, H = 1,
59+
LL= 0, LH = 1, HL = 2, HH = 3
5860
} iodefine_byte_select_t;
5961

6062

0 commit comments

Comments
 (0)