From 92f73e7a58f7a42488a21f609aa19b68f9bc78ea Mon Sep 17 00:00:00 2001 From: crasbe Date: Thu, 29 Feb 2024 17:06:34 +0100 Subject: [PATCH] pkg/uwb-dw1000: fix README include The doc.txt file referred to the incorrect README.md file (from pkg/ucglib) instead of pkg/uwb-dw1000, which led to the generation of incorrect Doxygen documentation. --- pkg/uwb-dw1000/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/uwb-dw1000/doc.txt b/pkg/uwb-dw1000/doc.txt index b463730240..b55f5b95ff 100644 --- a/pkg/uwb-dw1000/doc.txt +++ b/pkg/uwb-dw1000/doc.txt @@ -4,5 +4,5 @@ * @brief uwb-core driver for Decawave DW1000 transceiver * @see https://github.com/Decawave/uwb-dw1000 * - * @include pkg/ucglib/README.md + * @include pkg/uwb-dw1000/README.md */