1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

Include 32768Hz crystal on Mizar32 - now it will be there.

This commit is contained in:
Martin Guy 2012-01-16 10:06:31 +01:00
parent 98d85709a9
commit c8a82fa8bf

View File

@ -60,6 +60,8 @@
*/
//! @{
#define FOSC32 32768 //!< Osc32 frequency: Hz.
#define FOSC0 12000000 //!< Osc0 frequency: Hz.
#define OSC0_STARTUP AVR32_PM_OSCCTRL0_STARTUP_2048_RCOSC //!< Osc0 startup time: RCOsc periods.