summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/coldfire/iaudio/x5/ds2411-x5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/iaudio/x5/ds2411-x5.c b/firmware/target/coldfire/iaudio/x5/ds2411-x5.c
index bb85c8e00e..dc5a188ae1 100644
--- a/firmware/target/coldfire/iaudio/x5/ds2411-x5.c
+++ b/firmware/target/coldfire/iaudio/x5/ds2411-x5.c
@@ -36,7 +36,7 @@ static unsigned int ds2411_delay_factor = 0;
36 "1: \n" \ 36 "1: \n" \
37 "subq.l #1, %%d0 \n" \ 37 "subq.l #1, %%d0 \n" \
38 "bhi.s 1b \n" \ 38 "bhi.s 1b \n" \
39 : : [factor]"d"(ds2411_delay_factor), [x]"d"(uS) : "d0"); 39 : : [factor]"d,d"(ds2411_delay_factor), [x]"r,i"(uS) : "d0");
40 40
41/* Calculate the CRC of a byte */ 41/* Calculate the CRC of a byte */
42static unsigned char ds2411_calc_crc(unsigned char byte) 42static unsigned char ds2411_calc_crc(unsigned char byte)