Skip to content

Commit 3edc8ae

Browse files
committed
Fixed define issues for DWM1001-DEV
- Replaced '-' with '_'
1 parent 2cb4f43 commit 3edc8ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ DWM1001-DEV.bootloader.tool=sandeepmistry:openocd
928928

929929
DWM1001-DEV.build.mcu=cortex-m4
930930
DWM1001-DEV.build.f_cpu=16000000
931-
DWM1001-DEV.build.board=DWM1001-DEV
931+
DWM1001-DEV.build.board=DWM1001_DEV
932932
DWM1001-DEV.build.core=nRF5
933933
DWM1001-DEV.build.variant=DWM1001-DEV
934934
DWM1001-DEV.build.variant_system_lib=

variants/DWM1001-DEV/variant.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1515
*/
1616

17-
#ifndef _VARIANT_DWM1001-DEV_
18-
#define _VARIANT_DWM1001-DEV_
17+
#ifndef _VARIANT_DWM1001_DEV_
18+
#define _VARIANT_DWM1001_DEV_
1919

2020
/** Master clock frequency */
2121
#define VARIANT_MCK (64000000ul)

0 commit comments

Comments
 (0)