variables name refactoring
This commit is contained in:
@@ -10,7 +10,7 @@ namespace drivers
|
||||
|
||||
class Led
|
||||
{
|
||||
const uint8_t ledPin = 38;
|
||||
const uint8_t c_ledPin = 38;
|
||||
|
||||
public:
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user