mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-21 19:37:49 +00:00
Allow overriding baseband mcuconf.h M4 clock config.
This commit is contained in:
@@ -43,5 +43,10 @@
|
|||||||
#define LPC43XX_M0APPTXEVENT_IRQ_PRIORITY 4
|
#define LPC43XX_M0APPTXEVENT_IRQ_PRIORITY 4
|
||||||
|
|
||||||
/* M4 is initialized by M0, which has already started PLL1 */
|
/* M4 is initialized by M0, which has already started PLL1 */
|
||||||
|
#if !defined(LPC43XX_M4_CLK) || defined(__DOXYGEN__)
|
||||||
#define LPC43XX_M4_CLK 200000000
|
#define LPC43XX_M4_CLK 200000000
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(LPC43XX_M4_CLK_SRC) || defined(__DOXYGEN__)
|
||||||
#define LPC43XX_M4_CLK_SRC 0x09
|
#define LPC43XX_M4_CLK_SRC 0x09
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user