Init low flash in core1 in emulation mode.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-08-25 00:11:10 +02:00
parent e333383a22
commit ac2a6c1052
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -97,9 +97,7 @@ void usb_send_event(uint32_t flag) {
extern void low_flash_init();
void card_init_core1() {
#ifndef ENABLE_EMULATION
low_flash_init_core1();
#endif
}
uint16_t finished_data_size = 0;