anchao opened a new pull request #5436:
URL: https://github.com/apache/incubator-nuttx/pull/5436


   
   
   ## Summary
   
   netdev/lladdrsize: remove invalid duplicate case
   
   error:
   ```
   --------------------------------------
   netdev/netdev_lladdrsize.c: In function ‘netdev_lladdrsize’:
   netdev/netdev_lladdrsize.c:148:7: error: duplicate case value
     148 |       case NET_LL_BLUETOOTH:
         |       ^~~~
   netdev/netdev_lladdrsize.c:119:7: note: previously used here
     119 |       case NET_LL_BLUETOOTH:
         |       ^~~~
   ```
   
   BLUETOOTH_HDRLEN has been removed by:
   ```
   ---------------------------------
   |commit aae0d92598b14a6f760e7e7baf191b59387d539c
   |Author: Gregory Nutt <[email protected]>
   |Date:   Sun Apr 1 15:21:58 2018 -0600
   |
   |wireless/bluetooth and net/bluetooth:
   |
   |Clean up some garbage left in Kconfig file that broke 'make menuconfig'.
   |Clean up some craziness with Bluetooth frame length definitions.
   ```
   
   Signed-off-by: chao.an <[email protected]>
   
   ## Impact
   
   N/A
   
   ## Testing
   
   ci-check


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to