diff options
Diffstat (limited to 'os/hal/platforms/SPC56x/hal_lld.h')
-rw-r--r-- | os/hal/platforms/SPC56x/hal_lld.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC56x/hal_lld.h b/os/hal/platforms/SPC56x/hal_lld.h index 20696b7ab..e4b02ab7f 100644 --- a/os/hal/platforms/SPC56x/hal_lld.h +++ b/os/hal/platforms/SPC56x/hal_lld.h @@ -118,7 +118,7 @@ * @note The effective divider factor is this value plus one.
*/
#if !defined(SPC563_CLK_PREDIV) || defined(__DOXYGEN__)
-#define SPC563_CLK_PREDIV 2
+#define SPC563_CLK_PREDIV 1
#endif
/**
|