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

23 lines
289 B
C++

/**
* Project Untitled
*/
#include "TS0710_FLOW.h"
/**
* TS0710_FLOW implementation
*/
/**
* @param DLCI
* @param State
*/
void TS0710_FLOW::request(DLCI_t DLCI, State_e State)
{}
/**
* @param DLCI
* @param State
*/
void TS0710_FLOW::indication(DLCI_t DLCI, State_e State)
{}