mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-28 02:07:08 -04:00
26 lines
425 B
C++
26 lines
425 B
C++
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
/**
|
|
* 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)
|
|
{} |