Skip to content

Commit 19ac0a2

Browse files
aescolarfabiobaltieri
authored andcommitted
drivers adc_emul: Refer to native_sim overlay instead of native_posix
Refer to the native_sim overlay instead of the native_posix one. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent 9f15c41 commit 19ac0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/drivers/adc/adc_emul.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern "C" {
3838
* function which will be used to obtain voltage on emulated ADC input
3939
*
4040
* An example of an appropriate Device Tree overlay file is in
41-
* tests/drivers/adc/adc_api/boards/native_posix.overlay
41+
* tests/drivers/adc/adc_api/boards/native_sim.overlay
4242
*
4343
* An example of using emulated ADC backend API is in the file
4444
* tests/drivers/adc/adc_emul/src/main.c

0 commit comments

Comments
 (0)