From 0576031a81e652a13a154685fd09f2c71cfccbd5 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Tue, 12 Jul 2016 05:07:03 -1000 Subject: [PATCH] TAP PID (#5036) --- nuttx-configs/tap-v1/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/tap-v1/nsh/defconfig b/nuttx-configs/tap-v1/nsh/defconfig index 5e095d7b4c..00144af2ad 100644 --- a/nuttx-configs/tap-v1/nsh/defconfig +++ b/nuttx-configs/tap-v1/nsh/defconfig @@ -593,7 +593,7 @@ CONFIG_CDCACM_BULKIN_REQLEN=96 CONFIG_CDCACM_RXBUFSIZE=300 CONFIG_CDCACM_TXBUFSIZE=1000 CONFIG_CDCACM_VENDORID=0x26ac -CONFIG_CDCACM_PRODUCTID=0x0010 +CONFIG_CDCACM_PRODUCTID=0x0040 CONFIG_CDCACM_VENDORSTR="The Autopilot" CONFIG_CDCACM_PRODUCTSTR="PX4 TAP v1.x" # CONFIG_USBMSC is not set