Added clock ratio setting of the matrix busses,

PIT clock depends on it.


git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10444 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2017-08-17 21:18:36 +00:00
parent 885c2660af
commit b93e802d53
1 changed files with 2 additions and 0 deletions

View File

@ -32,4 +32,6 @@
#define SAMA_MCK_MDIV_VALUE 3
#define SAMA_PLLA_MUL_VALUE 83
#define SAMA_PLLADIV2_EN TRUE
#define SAMA_H64MX_H32MX_RATIO 1
#endif /* MCUCONF_H */