Skip to content

Commit 6edab0e

Browse files
author
Yogesh Pande
committed
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.
1 parent 076deeb commit 6edab0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/nanostack/nanostack-hal-mbed-cmsis-rtos/arm_hal_fhss_timer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* limitations under the License.
1616
*/
1717

18-
#ifdef MBED_CONF_NANOSTACK_CONFIG
18+
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
1919

2020
#include "ns_types.h"
2121
#include "fhss_api.h"

0 commit comments

Comments
 (0)