1fd9dc85b2
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> |
||
---|---|---|
.. | ||
boards | ||
src | ||
CMakeLists.txt | ||
Kconfig | ||
overlay-dma-esp32.conf | ||
overlay-dma-kinetis.conf | ||
overlay-dma-stm32.conf | ||
prj.conf | ||
testcase.yaml |