Added MIN_FREQ_FS define to devicedefines.h

This commit is contained in:
Ross Owen
2015-11-24 11:35:40 +00:00
parent c2c5d4f24e
commit e0da7fd2e9

View File

@@ -1343,7 +1343,7 @@ enum USBEndpointNumber_Out
#endif
#endif
#define MIN_FREQ_FS MIN_FREQ
/* Setup DEFAULT_MCLK_FREQ based on MCLK_ and DEFAULT_FREQ defines */
#if ((MCLK_441 % DEFAULT_FREQ) == 0)