Files
MuditaOS/module-cellular/Modem/TS0710/TS0710_TEST.cpp
Radoslaw Wicik a8573a404c Apply new style
2020-03-17 10:03:16 +01:00

21 lines
268 B
C++

/**
* Project Untitled
*/
#include "TS0710_TEST.h"
/**
* TS0710_TEST implementation
*/
/**
* @param TestData
*/
void TS0710_TEST::request(std::vector<uint8_t> TestData)
{}
/**
* @param TestData
*/
void TS0710_TEST::confirm(std::vector<uint8_t> TestData)
{}