C
Qt Quick Ultralite freertos_app_switch Example
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial
#include "devcontrol.h"
#include "boardutils.h"
DevControl::DevControl() {}
void DevControl::resetDevice()
{
HWResetDevice();
}
void DevControl::HWResetDevice()
{
reset(application.value());
}