1
0
mirror of https://github.com/whowechina/aic_pico.git synced 2024-09-24 11:08:25 +02:00

Fix virtual aic option

This commit is contained in:
whowechina 2024-03-16 16:48:21 +08:00
parent 16ef1ce9bd
commit 30a92371c4
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -90,7 +90,7 @@ void aime_init(aime_putc_func putc_func)
void aime_virtual_aic(bool enable)
{
virtual_aic.active = enable;
virtual_aic.enabled = enable;
}
static uint8_t mifare_keys[2][6]; // 'KeyA' and 'KeyB'