mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
a04fcd854e
elua_mmc.c uses the virtual timer tick to implement its timeout delays, and needs MMCFS_TICK_HZ to have the same value as VTMR_FREQ_HZ. This corrects the mismatch on AVR32 platforms and adds a check to validate.h to ensure that it remains so.