diff options
author | Marcus Müller <marcus.mueller@ettus.com> | 2017-01-16 15:54:57 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-06-29 15:53:15 -0700 |
commit | d9bcf00f69313b6dd42346d6af340a1a9874ba9f (patch) | |
tree | 62185d7ea2c20952d60cf8f6a558866ecf1d54bf /firmware/fx2/common/init_gpif.c | |
parent | c77bd0c46a598d5e69b179d76a3df6091e982129 (diff) | |
download | uhd-d9bcf00f69313b6dd42346d6af340a1a9874ba9f.tar.gz uhd-d9bcf00f69313b6dd42346d6af340a1a9874ba9f.tar.bz2 uhd-d9bcf00f69313b6dd42346d6af340a1a9874ba9f.zip |
made FX2 EEPROMS and firmware build with modern SDCC 3.6
Diffstat (limited to 'firmware/fx2/common/init_gpif.c')
-rw-r--r-- | firmware/fx2/common/init_gpif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/fx2/common/init_gpif.c b/firmware/fx2/common/init_gpif.c index edde919be..f0866edc5 100644 --- a/firmware/fx2/common/init_gpif.c +++ b/firmware/fx2/common/init_gpif.c @@ -29,7 +29,7 @@ extern const char InitData[7]; // The tool is kind of screwed up, in that it doesn't configure some // of the ports correctly. We just use their tables and handle the // initialization ourselves. They also declare that their static -// initialized data is in xdata, which screws us too. +// initialized data is in __xdata, which screws us too. void init_gpif (void) |