ADD cpplint args in action file
This commit is contained in:
@@ -39,10 +39,9 @@ class ResetDevice {
|
||||
ResetDevice& operator=(ResetDevice&) = delete;
|
||||
|
||||
private:
|
||||
|
||||
// data members
|
||||
// instance representing the reset button
|
||||
InterruptIn _resetButton;
|
||||
};
|
||||
|
||||
} // namespace static_scheduling
|
||||
} // namespace static_scheduling_with_event
|
||||
|
||||
Reference in New Issue
Block a user