aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMoritz Fischer <moritz.fischer@ettus.com>2016-01-05 14:56:41 -0800
committerMoritz Fischer <moritz.fischer@ettus.com>2016-01-26 18:25:37 +0100
commitbbeacff2b1bc3a17254167a79a26a2a2c82e906c (patch)
tree3451b06641219af36fa7b30ab32bd86a3e6860c9 /.gitignore
parentea3040da12af46e5d227fe5edeb4d580e42d7658 (diff)
downloaduhd-bbeacff2b1bc3a17254167a79a26a2a2c82e906c.tar.gz
uhd-bbeacff2b1bc3a17254167a79a26a2a2c82e906c.tar.bz2
uhd-bbeacff2b1bc3a17254167a79a26a2a2c82e906c.zip
firmware: e3xx: This fixes an issue with the autoboot value.
The bug is a result of wrong order of evaluation: The '|' operator takes precedence over '?'. Therefore the intended expression a = x | (y ? 1 : 0) got evaluated as a = (x | y) ? 1 : 0. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions