Files
simtrace2/firmware/libboard/common/include
Kévin Redon ac0843af83 make adc2uv common
when building the trace app for the simtrace board gcc was outputing
the following error:
libboard/common/source/boardver_adc.c:20:17: warning: 'adc2uv' defined but not used [-Wunused-function]
 static uint32_t adc2uv(uint16_t adc)

adc2uv is used by qmod, and defined in two places:
in boardver_adc.c and mode_cardemu.c.

this change will have adc2uv only defined in boardver_adc.c and make
available in the header to be used by mode_cardemu.c.

Change-Id: I8a772638fa8dd02d8bc8b7631de5af5a22647c55
2018-07-11 22:24:46 +02:00
..
2018-07-11 22:01:58 +02:00
2018-07-11 22:24:46 +02:00
2018-07-11 22:01:58 +02:00
2018-07-11 22:01:58 +02:00
2018-07-11 22:01:58 +02:00
2018-07-11 22:01:58 +02:00