[FMUv6s] Communicate the correct board id version

This commit is contained in:
Niklas Hauser
2025-10-07 14:13:59 +02:00
committed by Niklas Hauser
parent 4fa9aa205f
commit c2fb48990a

View File

@@ -171,6 +171,10 @@
/* Enable the buffer for the dmesg command */
#define BOARD_ENABLE_CONSOLE_BUFFER
/* No CDCACM driver for this board, so this is manually defined for version.c
* so that the px4_board_version reports the correct board id to the companion */
#define CONFIG_CDCACM_PRODUCTID 60
__BEGIN_DECLS
/****************************************************************************************************