Skip to content

Commit

Permalink
MindPXFMUv2 uses a new board id, different with PX4FMUv2. (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
iZhangHui authored and LorenzMeier committed May 21, 2016
1 parent ab810cf commit 689972c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@
# define BOARD_FMUV2
# define INTERFACE_USB 1
# define INTERFACE_USART 1
# define USBDEVICESTRING "MindPX-V2.x BL"
# define USBDEVICESTRING "MindPX BL FMU v2.x"
# define USBPRODUCTID 0x0030
# define BOOT_DELAY_ADDRESS 0x000001a0

# define BOARD_TYPE 9
# define BOARD_TYPE 88
# define _FLASH_KBYTES (*(uint16_t *)0x1fff7a22)
# define BOARD_FLASH_SECTORS ((_FLASH_KBYTES == 0x400) ? 11 : 23)
# define BOARD_FLASH_SIZE (_FLASH_KBYTES * 1024)
Expand Down

0 comments on commit 689972c

Please sign in to comment.