After unplug USB cable from PC i am getting this:
20:34:02.400 -> device unmounted
20:34:02.433 -> device unmounted
20:34:02.466 -> device unmounted
20:34:02.466 -> device unmounted
20:34:02.499 -> device unmounted
20:34:02.499 -> device unmounted
20:34:02.533 -> device unmounted
20:34:02.566 -> device unmounted
20:34:02.566 -> device unmounted
20:34:02.599 -> device unmounted
...
20:34:06.108 -> device unmounted
20:34:06.108 -> device unmounted
20:34:06.207 -> device unmounted
20:34:06.671 -> device mounted
Is it normal that void tud_umount_cb(void) callback is invoked so often as long as the device is not mounted again?
After unplug USB cable from PC i am getting this:
Is it normal that
void tud_umount_cb(void)callback is invoked so often as long as the device is not mounted again?