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