Commit ef84b0a5 by bernhard-gatzhammer

Merge branch 'embb509_centralize_spinlocks' into development

parents e0ab7f3d 291f122f
......@@ -164,4 +164,5 @@ int embb_spin_unlock(embb_spinlock_t* spinlock) {
void embb_spin_destroy(embb_spinlock_t* spinlock) {
// for now, doing nothing here... in future, will call the respective
// destroy function for atomics...
EMBB_UNUSED(spinlock);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment