QSPIFBlockDevice: Use fully-qualified include path
In Mbed OS, each library has an `include/<library>/` subdirectory
containing headers. The recommended way to include a header is
`#include "<library>/<header>.h"` to avoid potential conflicts with
any external modules that have same names of headers.

This is not enforced yet, and both include/ and include/<component>/
are in a library's include paths, to avoid breaking preexisting
Mbed projects that don't follow the recommendation. But code within
Mbed OS should follow it at least.
ls
1 parent e04a16f commit 8dfad16f5defc5985ffd6c92ece4de90f839cf4c
@Lingkai Dong Lingkai Dong authored on 11 Aug 2021
Showing 1 changed file
View
storage/blockdevice/COMPONENT_QSPIF/source/QSPIFBlockDevice.cpp