mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-20 15:35:05 +00:00
Rename warning tag in docs
This commit is contained in:
parent
ffa2ae7185
commit
38a6241dc8
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "BigTreeTech Panda Touch / K Touch",
|
.name = "BigTreeTech Panda Touch / K Touch",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "LilyGO T-Deck",
|
.name = "LilyGO T-Deck",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -7,7 +7,7 @@ extern "C" {
|
|||||||
extern Driver tlora_pager_driver;
|
extern Driver tlora_pager_driver;
|
||||||
|
|
||||||
static error_t start() {
|
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 */
|
* there is no guarantee that the previously constructed drivers can be destroyed */
|
||||||
check(driver_construct(&tlora_pager_driver) == ERROR_NONE);
|
check(driver_construct(&tlora_pager_driver) == ERROR_NONE);
|
||||||
return ERROR_NONE;
|
return ERROR_NONE;
|
||||||
@ -20,7 +20,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "LilyGO T-Lora Pager",
|
.name = "LilyGO T-Lora Pager",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
@ -12,7 +12,7 @@ static error_t stop() {
|
|||||||
return ERROR_NONE;
|
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 = {
|
struct Module device_module = {
|
||||||
.name = "Module",
|
.name = "Module",
|
||||||
.start = start,
|
.start = start,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user