We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa9aa2 commit c2fb489Copy full SHA for c2fb489
boards/auterion/fmu-v6s/src/board_config.h
@@ -171,6 +171,10 @@
171
/* Enable the buffer for the dmesg command */
172
#define BOARD_ENABLE_CONSOLE_BUFFER
173
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
+
178
__BEGIN_DECLS
179
180
/****************************************************************************************************
0 commit comments