apache / mynewt-core

An OS to build, deploy and securely manage billions of devices
https://mynewt.apache.org/
Apache License 2.0
813 stars 365 forks source link

spiflash: Add missing include #3276

Closed kasjer closed 4 days ago

kasjer commented 4 days ago

spiflash uses bool type without including correct header relaying on it being included before.

Now there is direct inclusion of stdbool.h