mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-06-08 10:54:55 +08:00
Remove flash logging (#1674)
* Revert "Disable flash logging (#1667)" This reverts commit62db60595b. * Revert "Faster log retrieval (#1484)" This reverts commit694aae9c26. * Revert "Flash bounds checking outside of bootstub (#1459)" This reverts commit054344de6b. * Revert "Logging (#1445)" This reverts commit0cc91a7f7b. * cleanup * cleanup
This commit is contained in:
@@ -3,7 +3,7 @@ from .python.spi import PandaSpiException, PandaProtocolMismatch, STBootloaderSP
|
||||
from .python.serial import PandaSerial # noqa: F401
|
||||
from .python.canhandle import CanHandle # noqa: F401
|
||||
from .python import (Panda, PandaDFU, # noqa: F401
|
||||
pack_can_buffer, unpack_can_buffer, calculate_checksum, unpack_log,
|
||||
pack_can_buffer, unpack_can_buffer, calculate_checksum,
|
||||
DLC_TO_LEN, LEN_TO_DLC, ALTERNATIVE_EXPERIENCE, CANPACKET_HEAD_SIZE)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user