zephyr/tests/drivers/adc/adc_api
Mathieu Choplain 1fd9dc85b2 tests: drivers: adc_api: use proper printf format
This commit changes the adc_api test to use the proper printf
format specifier when printing the ADC samplings. This ensures
that all values are printed on 16-bit. Without this specifier,
negative values are sign-extended and printed on full integer
size (e.g., 0x8000 -> "0xFFFF8000").

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
2024-07-09 17:23:30 -04:00
..
boards tests: adc: Add 'zephyr,vref-mv' property. 2024-07-08 14:57:55 -04:00
src tests: drivers: adc_api: use proper printf format 2024-07-09 17:23:30 -04:00
CMakeLists.txt
Kconfig
overlay-dma-esp32.conf
overlay-dma-kinetis.conf
overlay-dma-stm32.conf
prj.conf
testcase.yaml