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
Yogesh Pande 2019-08-27 17:20:40 +03:00
parent 076deeb4a9
commit 6edab0e13a
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
#ifdef MBED_CONF_NANOSTACK_CONFIG
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
#include "ns_types.h"
#include "fhss_api.h"