this
parent
89e83766de
commit
a78665f5ef
|
@ -272,13 +272,14 @@ class transceiver
|
|||
*/
|
||||
void virtual_kernel_subsystem_init()
|
||||
{
|
||||
std::thread transmit([&] {
|
||||
|
||||
std::thread transmit([&, this] {
|
||||
while (running)
|
||||
{
|
||||
|
||||
}
|
||||
});
|
||||
std::thread receive([&] {
|
||||
std::thread receive([&, this] {
|
||||
while (running)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue