Merge branch 'jespersm-master-patch-43825' into 'master'

Fix link to "a-note-about-drivers"

See merge request redox-os/drivers!229
This commit is contained in:
Jeremy Soller
2025-02-06 16:07:33 +00:00
+1 -1
View File
@@ -71,7 +71,7 @@ If you don't have datasheets, we recommend you to do reverse-engineering of avai
You can use the [example](https://gitlab.redox-os.org/redox-os/exampled) driver or read the code of other drivers with the same type of your device.
Before testing your changes, be aware of [this](https://doc.redox-os.org/book/ch09-02-coding-and-building.html#a-note-about-drivers).
Before testing your changes, be aware of [this](https://doc.redox-os.org/book/coding-and-building.html#a-note-about-drivers).
### Driver References