From 38a6241dc8a850cb68bb7b4097b1301178876952 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Fri, 30 Jan 2026 23:53:22 +0100 Subject: [PATCH] Rename warning tag in docs --- Devices/btt-panda-touch/Source/module.cpp | 2 +- Devices/cyd-2432s024c/Source/module.cpp | 2 +- Devices/cyd-2432s028r/Source/module.cpp | 2 +- Devices/cyd-2432s028rv3/Source/module.cpp | 2 +- Devices/cyd-2432s032c/Source/module.cpp | 2 +- Devices/cyd-4848s040c/Source/module.cpp | 2 +- Devices/cyd-8048s043c/Source/module.cpp | 2 +- Devices/cyd-e32r28t/Source/module.cpp | 2 +- Devices/cyd-e32r32p/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-advance-28/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-advance-35/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-advance-50/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-basic-28/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-basic-35/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-basic-50/Source/module.cpp | 2 +- Devices/generic-esp32/Source/module.cpp | 2 +- Devices/generic-esp32c6/Source/module.cpp | 2 +- Devices/generic-esp32p4/Source/module.cpp | 2 +- Devices/generic-esp32s3/Source/module.cpp | 2 +- Devices/guition-jc1060p470ciwy/Source/module.cpp | 2 +- Devices/guition-jc2432w328c/Source/module.cpp | 2 +- Devices/guition-jc8048w550c/Source/module.cpp | 2 +- Devices/heltec-wifi-lora-32-v3/Source/module.cpp | 2 +- Devices/lilygo-tdeck/Source/module.cpp | 2 +- Devices/lilygo-tdisplay-s3/Source/module.cpp | 2 +- Devices/lilygo-tdisplay/Source/module.cpp | 2 +- Devices/lilygo-tdongle-s3/Source/module.cpp | 2 +- Devices/lilygo-tlora-pager/Source/module.cpp | 4 ++-- Devices/m5stack-cardputer-adv/Source/module.cpp | 2 +- Devices/m5stack-cardputer/Source/module.cpp | 2 +- Devices/m5stack-core2/Source/module.cpp | 2 +- Devices/m5stack-cores3/Source/module.cpp | 2 +- Devices/m5stack-stickc-plus/Source/module.cpp | 2 +- Devices/m5stack-stickc-plus2/Source/module.cpp | 2 +- Devices/m5stack-tab5/Source/module.cpp | 2 +- Devices/simulator/Source/module.cpp | 2 +- Devices/unphone/Source/module.cpp | 2 +- Devices/waveshare-esp32-s3-geek/Source/module.cpp | 2 +- Devices/waveshare-s3-lcd-13/Source/module.cpp | 2 +- Devices/waveshare-s3-touch-lcd-128/Source/module.cpp | 2 +- Devices/waveshare-s3-touch-lcd-147/Source/module.cpp | 2 +- Devices/waveshare-s3-touch-lcd-43/Source/module.cpp | 2 +- Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp | 2 +- 43 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Devices/btt-panda-touch/Source/module.cpp b/Devices/btt-panda-touch/Source/module.cpp index 77bb4678..fce2c933 100644 --- a/Devices/btt-panda-touch/Source/module.cpp +++ b/Devices/btt-panda-touch/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "BigTreeTech Panda Touch / K Touch", .start = start, diff --git a/Devices/cyd-2432s024c/Source/module.cpp b/Devices/cyd-2432s024c/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/cyd-2432s024c/Source/module.cpp +++ b/Devices/cyd-2432s024c/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/cyd-2432s028r/Source/module.cpp b/Devices/cyd-2432s028r/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/cyd-2432s028r/Source/module.cpp +++ b/Devices/cyd-2432s028r/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/cyd-2432s028rv3/Source/module.cpp b/Devices/cyd-2432s028rv3/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/cyd-2432s028rv3/Source/module.cpp +++ b/Devices/cyd-2432s028rv3/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/cyd-2432s032c/Source/module.cpp b/Devices/cyd-2432s032c/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/cyd-2432s032c/Source/module.cpp +++ b/Devices/cyd-2432s032c/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/cyd-4848s040c/Source/module.cpp b/Devices/cyd-4848s040c/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/cyd-4848s040c/Source/module.cpp +++ b/Devices/cyd-4848s040c/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/cyd-8048s043c/Source/module.cpp b/Devices/cyd-8048s043c/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/cyd-8048s043c/Source/module.cpp +++ b/Devices/cyd-8048s043c/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/cyd-e32r28t/Source/module.cpp b/Devices/cyd-e32r28t/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/cyd-e32r28t/Source/module.cpp +++ b/Devices/cyd-e32r28t/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/cyd-e32r32p/Source/module.cpp b/Devices/cyd-e32r32p/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/cyd-e32r32p/Source/module.cpp +++ b/Devices/cyd-e32r32p/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/elecrow-crowpanel-advance-28/Source/module.cpp b/Devices/elecrow-crowpanel-advance-28/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/elecrow-crowpanel-advance-28/Source/module.cpp +++ b/Devices/elecrow-crowpanel-advance-28/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/elecrow-crowpanel-advance-35/Source/module.cpp b/Devices/elecrow-crowpanel-advance-35/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/elecrow-crowpanel-advance-35/Source/module.cpp +++ b/Devices/elecrow-crowpanel-advance-35/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/elecrow-crowpanel-advance-50/Source/module.cpp b/Devices/elecrow-crowpanel-advance-50/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/elecrow-crowpanel-advance-50/Source/module.cpp +++ b/Devices/elecrow-crowpanel-advance-50/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/elecrow-crowpanel-basic-28/Source/module.cpp b/Devices/elecrow-crowpanel-basic-28/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/elecrow-crowpanel-basic-28/Source/module.cpp +++ b/Devices/elecrow-crowpanel-basic-28/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/elecrow-crowpanel-basic-35/Source/module.cpp b/Devices/elecrow-crowpanel-basic-35/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/elecrow-crowpanel-basic-35/Source/module.cpp +++ b/Devices/elecrow-crowpanel-basic-35/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/elecrow-crowpanel-basic-50/Source/module.cpp b/Devices/elecrow-crowpanel-basic-50/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/elecrow-crowpanel-basic-50/Source/module.cpp +++ b/Devices/elecrow-crowpanel-basic-50/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/generic-esp32/Source/module.cpp b/Devices/generic-esp32/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/generic-esp32/Source/module.cpp +++ b/Devices/generic-esp32/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/generic-esp32c6/Source/module.cpp b/Devices/generic-esp32c6/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/generic-esp32c6/Source/module.cpp +++ b/Devices/generic-esp32c6/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/generic-esp32p4/Source/module.cpp b/Devices/generic-esp32p4/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/generic-esp32p4/Source/module.cpp +++ b/Devices/generic-esp32p4/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/generic-esp32s3/Source/module.cpp b/Devices/generic-esp32s3/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/generic-esp32s3/Source/module.cpp +++ b/Devices/generic-esp32s3/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/guition-jc1060p470ciwy/Source/module.cpp b/Devices/guition-jc1060p470ciwy/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/guition-jc1060p470ciwy/Source/module.cpp +++ b/Devices/guition-jc1060p470ciwy/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/guition-jc2432w328c/Source/module.cpp b/Devices/guition-jc2432w328c/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/guition-jc2432w328c/Source/module.cpp +++ b/Devices/guition-jc2432w328c/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/guition-jc8048w550c/Source/module.cpp b/Devices/guition-jc8048w550c/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/guition-jc8048w550c/Source/module.cpp +++ b/Devices/guition-jc8048w550c/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/heltec-wifi-lora-32-v3/Source/module.cpp b/Devices/heltec-wifi-lora-32-v3/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/heltec-wifi-lora-32-v3/Source/module.cpp +++ b/Devices/heltec-wifi-lora-32-v3/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/lilygo-tdeck/Source/module.cpp b/Devices/lilygo-tdeck/Source/module.cpp index d1251200..cb578016 100644 --- a/Devices/lilygo-tdeck/Source/module.cpp +++ b/Devices/lilygo-tdeck/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "LilyGO T-Deck", .start = start, diff --git a/Devices/lilygo-tdisplay-s3/Source/module.cpp b/Devices/lilygo-tdisplay-s3/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/lilygo-tdisplay-s3/Source/module.cpp +++ b/Devices/lilygo-tdisplay-s3/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/lilygo-tdisplay/Source/module.cpp b/Devices/lilygo-tdisplay/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/lilygo-tdisplay/Source/module.cpp +++ b/Devices/lilygo-tdisplay/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/lilygo-tdongle-s3/Source/module.cpp b/Devices/lilygo-tdongle-s3/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/lilygo-tdongle-s3/Source/module.cpp +++ b/Devices/lilygo-tdongle-s3/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/lilygo-tlora-pager/Source/module.cpp b/Devices/lilygo-tlora-pager/Source/module.cpp index c01cd216..751a133c 100644 --- a/Devices/lilygo-tlora-pager/Source/module.cpp +++ b/Devices/lilygo-tlora-pager/Source/module.cpp @@ -7,7 +7,7 @@ extern "C" { extern Driver tlora_pager_driver; static error_t start() { - /* We crash when destruct fails, because if a single driver fails to construct, + /* We crash when construct fails, because if a single driver fails to construct, * there is no guarantee that the previously constructed drivers can be destroyed */ check(driver_construct(&tlora_pager_driver) == ERROR_NONE); return ERROR_NONE; @@ -20,7 +20,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "LilyGO T-Lora Pager", .start = start, diff --git a/Devices/m5stack-cardputer-adv/Source/module.cpp b/Devices/m5stack-cardputer-adv/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/m5stack-cardputer-adv/Source/module.cpp +++ b/Devices/m5stack-cardputer-adv/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/m5stack-cardputer/Source/module.cpp b/Devices/m5stack-cardputer/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/m5stack-cardputer/Source/module.cpp +++ b/Devices/m5stack-cardputer/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/m5stack-core2/Source/module.cpp b/Devices/m5stack-core2/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/m5stack-core2/Source/module.cpp +++ b/Devices/m5stack-core2/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/m5stack-cores3/Source/module.cpp b/Devices/m5stack-cores3/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/m5stack-cores3/Source/module.cpp +++ b/Devices/m5stack-cores3/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/m5stack-stickc-plus/Source/module.cpp b/Devices/m5stack-stickc-plus/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/m5stack-stickc-plus/Source/module.cpp +++ b/Devices/m5stack-stickc-plus/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/m5stack-stickc-plus2/Source/module.cpp b/Devices/m5stack-stickc-plus2/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/m5stack-stickc-plus2/Source/module.cpp +++ b/Devices/m5stack-stickc-plus2/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/m5stack-tab5/Source/module.cpp b/Devices/m5stack-tab5/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/m5stack-tab5/Source/module.cpp +++ b/Devices/m5stack-tab5/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/simulator/Source/module.cpp b/Devices/simulator/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/simulator/Source/module.cpp +++ b/Devices/simulator/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/unphone/Source/module.cpp b/Devices/unphone/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/unphone/Source/module.cpp +++ b/Devices/unphone/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/waveshare-esp32-s3-geek/Source/module.cpp b/Devices/waveshare-esp32-s3-geek/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/waveshare-esp32-s3-geek/Source/module.cpp +++ b/Devices/waveshare-esp32-s3-geek/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/waveshare-s3-lcd-13/Source/module.cpp b/Devices/waveshare-s3-lcd-13/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/waveshare-s3-lcd-13/Source/module.cpp +++ b/Devices/waveshare-s3-lcd-13/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/waveshare-s3-touch-lcd-128/Source/module.cpp b/Devices/waveshare-s3-touch-lcd-128/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/waveshare-s3-touch-lcd-128/Source/module.cpp +++ b/Devices/waveshare-s3-touch-lcd-128/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/waveshare-s3-touch-lcd-147/Source/module.cpp b/Devices/waveshare-s3-touch-lcd-147/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/waveshare-s3-touch-lcd-147/Source/module.cpp +++ b/Devices/waveshare-s3-touch-lcd-147/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/waveshare-s3-touch-lcd-43/Source/module.cpp b/Devices/waveshare-s3-touch-lcd-43/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/waveshare-s3-touch-lcd-43/Source/module.cpp +++ b/Devices/waveshare-s3-touch-lcd-43/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start, diff --git a/Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp b/Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp index 1765b272..24e65e59 100644 --- a/Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp +++ b/Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp @@ -12,7 +12,7 @@ static error_t stop() { return ERROR_NONE; } -/** @warn The variable name must be exactly "device_module" */ +/** @warning The variable name must be exactly "device_module" */ struct Module device_module = { .name = "Module", .start = start,