sensor: esp32c3: fix coretemp DTS register address

Remove 0x prefix to avoid build warning.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2022-12-21 09:09:06 -03:00 committed by Carles Cufí
parent b64ea89ed5
commit b58394bbbd

View file

@ -224,7 +224,7 @@
status = "disabled";
};
coretemp: coretemp@0x60040058 {
coretemp: coretemp@60040058 {
compatible = "espressif,esp32-temp";
friendly-name = "coretemp";
reg = <0x60040058 0x4>;