mirror of https://github.com/ARMmbed/mbed-os.git
Fix to use correct build flag MBED_CONF_NANOSTACK_CONFIGURATION
The bare-metal configuration should be using MBED_CONF_NANOSTACK_CONFIGURATION instead of MBED_CONF_NANOSTACK_CONFIG. Fixing the typo for flagging.pull/11345/head
parent
076deeb4a9
commit
6edab0e13a
|
|
@ -15,7 +15,7 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef MBED_CONF_NANOSTACK_CONFIG
|
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
|
||||||
|
|
||||||
#include "ns_types.h"
|
#include "ns_types.h"
|
||||||
#include "fhss_api.h"
|
#include "fhss_api.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue