Remove unused function declaration
This commit is contained in:
parent
21b5796ee3
commit
215315bd3a
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@
|
|||
namespace LightController {
|
||||
enum class LightActionType { INCREASE, DECREASE, TOGGLE, ON, OFF };
|
||||
using LightAction = etl::pair<LightActionType, etl::optional<uint8_t>>;
|
||||
void init(const etl::span<int> pins);
|
||||
|
||||
template <int... PIN> class Controller {
|
||||
public:
|
||||
|
|
Reference in a new issue