-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
code improvementImproves the quality of the code without affecting the functionality of the software.Improves the quality of the code without affecting the functionality of the software.help wantedExtra attention is neededExtra attention is needed
Description
At the moment there is wchar
in Task
and char
for serial port.
Possible solutions:
- There should be a "global" definition of the character type, which all use. ❌ Not good, as it is not necessary, that all use the same type. Instead there may be for example different serial classes. Specifying the character type multiple times would be accidental duplication (OK).
Metadata
Metadata
Assignees
Labels
code improvementImproves the quality of the code without affecting the functionality of the software.Improves the quality of the code without affecting the functionality of the software.help wantedExtra attention is neededExtra attention is needed