tests: drivers: adc: increase RODATA region size

Increase the rodata section for build_all/adc to
successfully build on the platform atsame54_xpro.

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
This commit is contained in:
Benedikt Schmidt 2023-07-25 09:35:14 +02:00 committed by Maureen Helm
commit 6bc67ba541

View file

@ -3,3 +3,4 @@ CONFIG_TEST_USERSPACE=y
CONFIG_ADC=y
CONFIG_MAX_THREAD_BYTES=4
CONFIG_ADC_INIT_PRIORITY=80
CONFIG_KOBJECT_RODATA_AREA_EXTRA_BYTES=256