mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
Update start delay comment
Signed-off-by: Christian Zanon <105173223+xNovyz@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -2927,7 +2927,7 @@ void ST25TB_TearOff(const uint8_t *data) {
|
||||
uint32_t last_consolidated_value = 0;
|
||||
uint32_t tear_off_value = 0;
|
||||
|
||||
// Start delay: user-specified or default 3000us (well within ~4ms EEPROM write window)
|
||||
// Start delay: user-specified or default TEAROFF_INITIAL_DELAY_US (150 us)
|
||||
int tear_off_us = (start_time_us > 0) ? (int)start_time_us : TEAROFF_INITIAL_DELAY_US;
|
||||
if (tear_off_adjustment_us == 0) {
|
||||
tear_off_adjustment_us = TEAROFF_ADJUSTMENT_US_DEF;
|
||||
|
||||
Reference in New Issue
Block a user