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