USB Exported Control API > BS2_ReleaseUsbContext
[Deprecated]
[+ 2.5.0] Releases context which is allocated from the API BS2_AllocateUsbContext. It doesn't do anything if pointer value is NULL.
#include "BS_API.h" void BS2_ReleaseUsbContext(void* context);
context
: USB ContextVoid