summaryrefslogtreecommitdiff
path: root/firmware/export/isp1583.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/isp1583.h')
-rw-r--r--firmware/export/isp1583.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/isp1583.h b/firmware/export/isp1583.h
index b65cc078f3..0bdbba886c 100644
--- a/firmware/export/isp1583.h
+++ b/firmware/export/isp1583.h
@@ -52,10 +52,10 @@
52#define ISP1583_GEN_UNLCKDEV (*((volatile unsigned short*)(ISP1583_IOBASE+0x7C))) 52#define ISP1583_GEN_UNLCKDEV (*((volatile unsigned short*)(ISP1583_IOBASE+0x7C)))
53#define ISP1583_GEN_TSTMOD (*((volatile unsigned char*)(ISP1583_IOBASE+0x84))) 53#define ISP1583_GEN_TSTMOD (*((volatile unsigned char*)(ISP1583_IOBASE+0x84)))
54 54
55#define set_int_value(a,b,value) a = value; 55#define set_int_value(a,b,value) (a) = (value);
56#endif 56#endif
57 57
58#define ISP1583_UNLOCK_CODE (unsigned short)0xAA37 58#define ISP1583_UNLOCK_CODE ((unsigned short)0xAA37)
59 59
60/* Initialization registers' bits */ 60/* Initialization registers' bits */
61 61