mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-27 23:42:23 -05:00
18 lines
299 B
C++
18 lines
299 B
C++
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
/**
|
|
* Project Untitled
|
|
*/
|
|
|
|
#include "TS0710_CLOSE.h"
|
|
|
|
/**
|
|
* TS0710_CLOSE implementation
|
|
*/
|
|
|
|
void TS0710_CLOSE::request()
|
|
{}
|
|
|
|
void TS0710_CLOSE::indication()
|
|
{} |