MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / free_channels

Method free_channels

src/board_controller/neuromd/callibri.cpp:250–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250void Callibri::free_channels ()
251{
252 if (signal_channel)
253 {
254 AnyChannel_delete ((AnyChannel *)signal_channel);
255 signal_channel = NULL;
256 }
257}
258
259////////////////////
260// Stub for Linux //

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected