Skip to content

Commit 223fc11

Browse files
committed
Enable patch only for RPI
Signed-off-by: Pol Henarejos <[email protected]>
1 parent d1fb4d0 commit 223fc11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hsm/cmd_list_keys.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int cmd_list_keys() {
6060
res_APDU[res_APDU_size++] = f->fid & 0xff;
6161
}
6262
}
63-
#if !defined(ENABLE_EMULATION)
63+
#if !defined(ENABLE_EMULATION) && !defined(ESP_PLATFORM)
6464
if ((apdu.rlen + 2 + 10) % 64 == 0) { // FIX for strange behaviour with PSCS and multiple of 64
6565
res_APDU[res_APDU_size++] = 0;
6666
res_APDU[res_APDU_size++] = 0;

0 commit comments

Comments
 (0)