aboutsummaryrefslogtreecommitdiffstats
path: root/fw/system.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-10-23 19:44:16 -0400
committerSam Anthony <sam@samanthony.xyz>2025-10-23 19:44:16 -0400
commit94cdc9ec4e75fc5e55deb394eda4820ba672e3e4 (patch)
treecf0762794d78324cd508cf5e80b5a13351965d63 /fw/system.c
parent04fbfdb4fd6bf4118b88867d852e3b29d139c800 (diff)
downloadcan-gauge-interface-94cdc9ec4e75fc5e55deb394eda4820ba672e3e4.zip
enable CLKOUT
Diffstat (limited to 'fw/system.c')
-rw-r--r--fw/system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fw/system.c b/fw/system.c
index 720f456..5f7bbb4 100644
--- a/fw/system.c
+++ b/fw/system.c
@@ -9,7 +9,7 @@
#pragma config MCLRE = ON // MCLR Pin Function Select (MCLR pin is MCLR)
#pragma config CP = OFF // Flash Program Memory Code Protection (Program memory code protection is disabled)
#pragma config BOREN = ON // Brown-out Reset Enable (Brown-out Reset enabled)
-#pragma config CLKOUTEN = OFF // Clock Out Enable (CLKOUT function is disabled. I/O or oscillator function on the CLKOUT pin)
+#pragma config CLKOUTEN = ON // Clock Out Enable (CLKOUT function is disabled. I/O or oscillator function on the CLKOUT pin)
#pragma config IESO = OFF // Internal/External Switchover Mode (Internal/External Switchover Mode is disabled)
#pragma config FCMEN = OFF // Fail-Safe Clock Monitor Enable (Fail-Safe Clock Monitor is disabled)