samples: sensor: die temperature polling: remove redundant configuration

rpi_pico.conf only adds CONFIG_ADC=y which already exists in the
prj.conf so it's redundant and can be removed.

Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
This commit is contained in:
Yishai Jaffe 2024-10-27 17:27:47 +02:00 committed by Anas Nashif
parent 2b5012a5d9
commit b44ab89c4c

View file

@ -1 +0,0 @@
CONFIG_ADC=y