Skip to content

Commit c2fb489

Browse files
committed
[FMUv6s] Communicate the correct board id version
1 parent 4fa9aa2 commit c2fb489

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

boards/auterion/fmu-v6s/src/board_config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@
171171
/* Enable the buffer for the dmesg command */
172172
#define BOARD_ENABLE_CONSOLE_BUFFER
173173

174+
/* No CDCACM driver for this board, so this is manually defined for version.c
175+
* so that the px4_board_version reports the correct board id to the companion */
176+
#define CONFIG_CDCACM_PRODUCTID 60
177+
174178
__BEGIN_DECLS
175179

176180
/****************************************************************************************************

0 commit comments

Comments
 (0)