summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2023-11-12 22:30:27 +0000
committerGitHub <noreply@github.com>2023-11-12 22:30:27 +0000
commite884e42ce98ad8994477deef26e6ad27b8b3643c (patch)
tree8e897e11952d488f8fc439db5b5aa7c5342faa9d /docs
parent786ebf87608dd4d7232cd0e66638382a55ceafa4 (diff)
Generalise ADC driver source inclusion (#22448)
Diffstat (limited to 'docs')
-rw-r--r--docs/adc_driver.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/adc_driver.md b/docs/adc_driver.md
index 494d90c94f..dd928e1e7f 100644
--- a/docs/adc_driver.md
+++ b/docs/adc_driver.md
@@ -9,7 +9,7 @@ This driver currently supports both AVR and a limited selection of ARM devices.
To use this driver, add the following to your `rules.mk`:
```make
-SRC += analog.c
+ANALOG_DRIVER_REQUIRED = yes
```
Then place this include at the top of your code: