mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-28 10:17:24 -04:00
15 lines
163 B
C++
15 lines
163 B
C++
/**
|
|
* Project Untitled
|
|
*/
|
|
|
|
#include "TS0710_CLOSE.h"
|
|
|
|
/**
|
|
* TS0710_CLOSE implementation
|
|
*/
|
|
|
|
void TS0710_CLOSE::request()
|
|
{}
|
|
|
|
void TS0710_CLOSE::indication()
|
|
{} |