micropython/extmod/btstack
Damien George 74db526cf0 extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0.
In 2ae3c890bd, -Wimplicit-fallthrough=0 was
added to get the build to pass.  This option is equivalent to
-Wno-implicit-fallthrough, and the latter is compatible with clang (while
the former is not).

Fixes issue #7546.

Signed-off-by: Damien George <damien@micropython.org>
2021-07-17 23:55:25 +10:00
..
btstack.mk extmod/btstack/btstack.mk: Use -Wno-implicit-fallthrough, not =0. 2021-07-17 23:55:25 +10:00
btstack_config.h
btstack_hci_uart.c
btstack_hci_uart.h
modbluetooth_btstack.c
modbluetooth_btstack.h