From 4633805268b51dfcfc14c49f0e0c536d4f63bcf1 Mon Sep 17 00:00:00 2001 From: Antiklesys Date: Tue, 8 Sep 2026 16:07:15 +0800 Subject: [PATCH] Update i2c.h --- armsrc/i2c.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/armsrc/i2c.h b/armsrc/i2c.h index 490455e02..52617f47b 100644 --- a/armsrc/i2c.h +++ b/armsrc/i2c.h @@ -147,6 +147,9 @@ void sc_log_trace_span(const uint8_t *d, uint16_t len, bool reader2tag, uint32_t void sc_log_trace_reset(void); bool sc_rx_bytes(uint8_t *dest, uint16_t *destlen, uint32_t wait); + +// Returns the previous app timing state. +bool sc_set_app_i2c_timing(bool enabled); // bool GetATR(smart_card_atr_t *card_ptr, bool verbose);