Fix impl APDU wrongly returning 0x6a80

This commit is contained in:
Alexandre Paillier
2022-05-04 11:54:22 +02:00
parent 3095d54394
commit 516682b206
3 changed files with 15 additions and 15 deletions

View File

@@ -396,7 +396,7 @@ bool handle_eip712_struct_def(const uint8_t *const apdu_buf)
bool handle_eip712_struct_impl(const uint8_t *const apdu_buf)
{
bool ret;
bool ret = true;
switch (apdu_buf[OFFSET_P2])
{