mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
tool/compile_gatt: revert to working version
This commit is contained in:
parent
7d1c0c3aea
commit
379d3ace42
@ -22,7 +22,7 @@ import tempfile
|
|||||||
|
|
||||||
# try to import Cryptodome
|
# try to import Cryptodome
|
||||||
try:
|
try:
|
||||||
from Cryptodome2.Cipher import AES
|
from Cryptodome.Cipher import AES
|
||||||
from Cryptodome.Hash import CMAC
|
from Cryptodome.Hash import CMAC
|
||||||
have_crypto = True
|
have_crypto = True
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user