diff options
| author | Jim Mussared <jim.mussared@gmail.com> | 2020-04-17 10:00:36 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2020-04-29 16:54:12 +1000 |
| commit | ebfd9ff2e6b40d36439a6b58bf3774df77750c02 (patch) | |
| tree | d692f7f4f75087360806fd4a83948c2c99c1b4ab /ports/unix/btstack_usb.c | |
| parent | c37fd78071bb8f8ed2d054c34da7d4c2cd84d145 (diff) | |
extmod/modbluetooth: Fix sign compare and unused variable warnings.
Diffstat (limited to 'ports/unix/btstack_usb.c')
| -rw-r--r-- | ports/unix/btstack_usb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/unix/btstack_usb.c b/ports/unix/btstack_usb.c index dfd2b91df..da9d72fe1 100644 --- a/ports/unix/btstack_usb.c +++ b/ports/unix/btstack_usb.c @@ -35,6 +35,8 @@ #include "lib/btstack/src/btstack.h" #include "lib/btstack/platform/embedded/btstack_run_loop_embedded.h" +#include "lib/btstack/platform/embedded/hal_cpu.h" +#include "lib/btstack/platform/embedded/hal_time_ms.h" #include "extmod/btstack/modbluetooth_btstack.h" |
