mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
Recent versions of NimBLE (since release 1.6.0) removed this variable; see
7cc8c08d67
.
We never used it except in an assert, so remove those asserts to make the
code compatible with newer NimBLE versions (eg for the esp32 port).
Signed-off-by: Damien George <damien@micropython.org>