mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-19 05:22:21 +02:00
esp-modem(Docs): Update documentation and minor fixes
This commit is contained in:
committed by
David Cermak
parent
28433de4ad
commit
e0e65856f0
@ -51,7 +51,7 @@ class CMuxInstance;
|
||||
|
||||
/**
|
||||
* @brief CMux class which consumes the original terminal and creates multiple virtual terminals from it.
|
||||
* This class is not usable applicable as a DTE terminal
|
||||
* This class itself is not usable as a DTE terminal, only via its instances defined in `CMuxInstance`
|
||||
*/
|
||||
class CMux {
|
||||
public:
|
||||
@ -100,7 +100,7 @@ public:
|
||||
void stop() override { }
|
||||
private:
|
||||
std::shared_ptr<CMux> cmux;
|
||||
int instance;
|
||||
size_t instance;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user