~aleteoryx/muditaos

819d0ff833e4ff7c9315b423ccde32d9b70fef0c — Lukasz Skrzypczak 5 years ago a5d1fad
[EGD-3685] Fixed linux stubs

Fixed broken linux stubs
1 files changed, 1 insertions(+), 10 deletions(-)

M module-bsp/board/linux/vibrator/vibrator.cpp
M module-bsp/board/linux/vibrator/vibrator.cpp => module-bsp/board/linux/vibrator/vibrator.cpp +1 -10
@@ 17,18 17,9 @@ namespace bsp
        {
            LOG_DEBUG("vibration ends  \t\U0001f6d1\U0001f4f3");
        }
        void init()
        void init(sys::ms pulse)
        {}
        void deinit()
        {}
        void set(State state)
        {
            if (state == State::On) {
                enable();
            }
            else {
                disable();
            }
        }
    } // namespace vibrator
} // namespace bsp
\ No newline at end of file