From 397a54abc10497d70a16ada1692af7a62f664c54 Mon Sep 17 00:00:00 2001 From: Ashwani Sihag Date: Tue, 31 Mar 2026 14:36:32 +0530 Subject: [PATCH] fix: correct USB vendor string to PX4 for saampixv1_1 board --- boards/saam/saampixv1_1/nuttx-config/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/saam/saampixv1_1/nuttx-config/nsh/defconfig b/boards/saam/saampixv1_1/nuttx-config/nsh/defconfig index 4be87416c3..c4b3cede93 100644 --- a/boards/saam/saampixv1_1/nuttx-config/nsh/defconfig +++ b/boards/saam/saampixv1_1/nuttx-config/nsh/defconfig @@ -76,7 +76,7 @@ CONFIG_CDCACM_PRODUCTSTR="SaamPixV1_1 Flight Controller" CONFIG_CDCACM_RXBUFSIZE=600 CONFIG_CDCACM_TXBUFSIZE=2000 CONFIG_CDCACM_VENDORID=0x26ac -CONFIG_CDCACM_VENDORSTR="Saam Drones" +CONFIG_CDCACM_VENDORSTR="PX4" CONFIG_DEBUG_FULLOPT=y CONFIG_DEBUG_HARDFAULT_ALERT=y CONFIG_DEBUG_SYMBOLS=y