mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-16 12:29:00 -04:00
27 lines
295 B
C++
27 lines
295 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) {
|
|
|
|
} |