diff Scan/ADCTest/analog.c @ 308:ab4515606277

Fix whitespace Use a consistent standard - Tabs in front for indenting, spaces after for anything else. This way everything stays nice and lined up while also letting users change there prefered indent level. Most of the new files from Haata where already in this format.
author Rowan Decker <Smasher816@gmail.com>
date Sun, 08 Mar 2015 18:40:01 -0700
parents 9afed592bcb5
children
line wrap: on
line diff
--- a/Scan/ADCTest/analog.c	Sun Mar 08 17:25:13 2015 -0700
+++ b/Scan/ADCTest/analog.c	Sun Mar 08 18:40:01 2015 -0700
@@ -57,7 +57,7 @@
 	uint32_t num;
 
 	VREF_TRM = 0x60;
-	VREF_SC = 0xE1;		// enable 1.2 volt ref
+	VREF_SC = 0xE1;         // enable 1.2 volt ref
 
 	if (analog_config_bits == 8) {
 		ADC0_CFG1 = ADC_CFG1_24MHZ + ADC_CFG1_MODE(0);