Attention is currently required from: pespin.

pespin uploaded patch set #2 to this change.

View Change

Fix compilation with newer sdcc

Since recent system upgrade which pulled in sdcc 4.3.0, build fails with
following error:
/git/libusrp/firmware/include/fx2regs.h:324: syntax error: token -> '+' ; column 26

It seems newer sdcc doesn't like having sums directly in there. Using
parenthesis around the expression fixes the problem.

Related: OS#6157
Change-Id: Iccc0b1ffe95971957f16008c3e3b873d065ba0ea
---
M firmware/include/fx2regs.h
M firmware/src/usrp2/usrp_rev2_regs.h
2 files changed, 92 insertions(+), 75 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/libusrp refs/changes/35/34235/2

To view, visit change 34235. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libusrp
Gerrit-Branch: master
Gerrit-Change-Id: Iccc0b1ffe95971957f16008c3e3b873d065ba0ea
Gerrit-Change-Number: 34235
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-MessageType: newpatchset