walnux/drivers/wireless
cuiziwei a55d62f477 gnu++20:fix build warning to [-Wmaybe-uninitialized].
17:10:41  wireless/bluetooth/bt_slip.c:300:7: error: 'byte' may be used uninitialized [-Werror=maybe-uninitialized]
17:10:41    300 |       wlerr("err: invalid escape byte %x\n", *byte);
17:10:41        |       ^
17:10:41  wireless/bluetooth/bt_slip.c: In function 'bt_slip_receive':
17:10:41  wireless/bluetooth/bt_slip.c:766:11: note: 'byte' was declared here
17:10:41    766 |   uint8_t byte;
17:10:41        |           ^~~~

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
2024-10-17 18:09:32 +08:00
..
bluetooth gnu++20:fix build warning to [-Wmaybe-uninitialized]. 2024-10-17 18:09:32 +08:00
ieee80211 net: Remove IFF_DOWN flag to compatible with Linux/*BSD 2024-10-08 10:15:16 +08:00
ieee802154 nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
lpwan poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
spirit nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
cc1101.c nuttx: fix multiple 'FAR', 'CODE' and style issues 2024-08-25 19:22:15 +08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
gs2200m.c drivers/wireless/gs2200m.c: fix warning 2024-06-13 02:21:29 +08:00
ISM1_868MHzGFSK100kbps.c nxstyle: cleanup UTF-8 Unicode to ASCII 2023-09-18 11:54:17 -04:00
ISM2_433MHzMSK500kbps.c nxstyle: cleanup UTF-8 Unicode to ASCII 2023-09-18 11:54:17 -04:00
ISM2_905MHzGFSK250kbps.c nxstyle: cleanup UTF-8 Unicode to ASCII 2023-09-18 11:54:17 -04:00
Kconfig drivers/wireles/gs2200m: add NET_TCP dependency to NFS_DONT_BIND_TCP_SOCKET option 2023-07-03 13:32:31 +08:00
Make.defs tools: replace INCDIR to Makefile variable 2022-11-03 19:59:55 +08:00
nrf24l01.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
nrf24l01.h drivers: Nxstyle fixes 2021-04-01 12:13:12 -05:00