Commit 3edc8ae8 authored by Beetix's avatar Beetix

Fixed define issues for DWM1001-DEV

- Replaced '-' with '_'
parent 2cb4f434
...@@ -928,7 +928,7 @@ DWM1001-DEV.bootloader.tool=sandeepmistry:openocd ...@@ -928,7 +928,7 @@ DWM1001-DEV.bootloader.tool=sandeepmistry:openocd
DWM1001-DEV.build.mcu=cortex-m4 DWM1001-DEV.build.mcu=cortex-m4
DWM1001-DEV.build.f_cpu=16000000 DWM1001-DEV.build.f_cpu=16000000
DWM1001-DEV.build.board=DWM1001-DEV DWM1001-DEV.build.board=DWM1001_DEV
DWM1001-DEV.build.core=nRF5 DWM1001-DEV.build.core=nRF5
DWM1001-DEV.build.variant=DWM1001-DEV DWM1001-DEV.build.variant=DWM1001-DEV
DWM1001-DEV.build.variant_system_lib= DWM1001-DEV.build.variant_system_lib=
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef _VARIANT_DWM1001-DEV_ #ifndef _VARIANT_DWM1001_DEV_
#define _VARIANT_DWM1001-DEV_ #define _VARIANT_DWM1001_DEV_
/** Master clock frequency */ /** Master clock frequency */
#define VARIANT_MCK (64000000ul) #define VARIANT_MCK (64000000ul)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment