libusrp/firmware
Pau Espin 573075bfed 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
2023-08-29 14:02:56 +02:00
..
include Fix compilation with newer sdcc 2023-08-29 14:02:56 +02:00
lib firmware: Port to more modern SDCC syntax. 2019-01-12 09:46:42 +00:00
src Fix compilation with newer sdcc 2023-08-29 14:02:56 +02:00
.gitignore Added git ignore files auto created from svn:ignore properties. 2009-08-14 18:10:11 +00:00
Makefile.am Re-enable build of usrp FX2 firmware 2019-01-12 09:46:42 +00:00