hw_claim_unlock() function
Release the runtime mutual exclusion lock provided by the `hardware_claim` library
Syntax
void hw_claim_unlock(uint32_t token); Arguments
token
the token returned by the corresponding call to hw_claim_lock()
Notes
This method MUST be called from the same core that call hw_claim_lock()