From 6f30812fee5a4dad23b4287c555085f4628f78e8 Mon Sep 17 00:00:00 2001 From: Ethan Zonca Date: Mon, 25 Jan 2016 17:11:37 -0500 Subject: [PATCH] Switch default back to internal oscillator --- Src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/main.c b/Src/main.c index fc59f2c..cc09b5d 100644 --- a/Src/main.c +++ b/Src/main.c @@ -42,8 +42,8 @@ #include "slcan.h" #include "led.h" -#define INTERNAL_OSCILLATOR -//#define EXTERNAL_OSCILLATOR +//#define INTERNAL_OSCILLATOR +#define EXTERNAL_OSCILLATOR /* USER CODE END Includes */