Rename device modules (#470)
Standardised device module identifiers across all supported devices to use consistent naming conventions with lowercase alphanumeric and hyphen-separated formats.
This commit is contained in:
committed by
GitHub
parent
399dca5e14
commit
5993ceb232
@@ -14,7 +14,7 @@ static error_t stop() {
|
||||
|
||||
/** @warning The variable name must be exactly "device_module" */
|
||||
struct Module device_module = {
|
||||
.name = "Module",
|
||||
.name = "m5stack-stickc-plus2",
|
||||
.start = start,
|
||||
.stop = stop
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user