esp-adf icon indicating copy to clipboard operation
esp-adf copied to clipboard

fix: added missing lock.h (AUD-5488)

Open xgroleau opened this issue 1 year ago • 1 comments
trafficstars

We encoutered some issue when trying to build a2dp_stream.c on Linux for testing.

The file a2dp_stream.c uses a _lock_t but never imports the actual header for it. It is probably included conditionally somewhere else when we build for the device.

xgroleau avatar Jun 26 '24 13:06 xgroleau

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 26 '24 13:06 CLAassistant

Thank you for your contribution. @xgroleau

jason-mao avatar Jul 22 '24 09:07 jason-mao

It's merged at 4b5de6a30ffdd31a54cfd44e9a52bb82ef3ac557

jason-mao avatar Jul 25 '24 11:07 jason-mao