nearly compiling
This commit is contained in:
@@ -22,16 +22,6 @@ uint8_t Item::get_address()
|
||||
return this->address;
|
||||
}
|
||||
|
||||
void Item::activate()
|
||||
{
|
||||
gpio_interface->activate(this);
|
||||
}
|
||||
|
||||
void Item::deactivate()
|
||||
{
|
||||
gpio_interface->deactivate(this);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user