From 94cdc9ec4e75fc5e55deb394eda4820ba672e3e4 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 23 Oct 2025 19:44:16 -0400 Subject: enable CLKOUT --- fw/tests/system/can_tx_systest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fw/tests/system/can_tx_systest.c') diff --git a/fw/tests/system/can_tx_systest.c b/fw/tests/system/can_tx_systest.c index a770d06..b1dec17 100644 --- a/fw/tests/system/can_tx_systest.c +++ b/fw/tests/system/can_tx_systest.c @@ -49,7 +49,7 @@ main(void) { void __interrupt() isr(void) { if (PIR1bits.TMR1IF) { - if (++ctr == 23u) { // 1s period + if (++ctr == 114u) { // 5s period (void)canTx(&frame); ctr = 0u; } -- cgit v1.2.3