// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #include #include static std::shared_ptr port; namespace bsp { namespace vibrator { void init() { } void enable() { } void disable() { } } // namespace vibrator } // namespace bsp