changed virtual to override

This commit is contained in:
Jonas Zeunert
2018-12-07 11:53:38 +01:00
parent 8fd5588d02
commit dc95c45d9b
15 changed files with 24 additions and 25 deletions

View File

@@ -22,7 +22,7 @@ class GPIOInterface
{
public:
GPIOInterface();
virtual ~GPIOInterface() {};
virtual ~GPIOInterface() = default;
protected:
static void initialize_input_pin(char address);