kopia lustrzana https://github.com/bristol-seds/pico-tracker
[lftimer] Only use external lftimer on v0.987 hardware
rodzic
d3b49dda7e
commit
20e9867d5f
|
@ -211,10 +211,11 @@
|
|||
/**
|
||||
* LF Clock
|
||||
*/
|
||||
#define USE_LFTIMER 1
|
||||
#ifdef V0987
|
||||
#define USE_LFTIMER 1
|
||||
#define LFTIMER_XOSC32K
|
||||
#else
|
||||
#define USE_LFTIMER 0
|
||||
#define LFTIMER_GCLKIO_0_PIN PIN_PA27
|
||||
#define LFTIMER_GCLKIO_0_PINMUX PINMUX_PA27H_GCLK_IO0
|
||||
#endif
|
||||
|
|
Ładowanie…
Reference in New Issue