diff options
author | Keith Packard <keithp@keithp.com> | 2013-06-16 15:07:54 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-06-16 15:07:54 -0700 |
commit | 1676c7dbc3dcce2962be9ef9a58d37c7b48e3c0f (patch) | |
tree | 9e031ad4f3f9abe8d5da507fc2e13567fc1d67cd /src/easymini-v0.1/ao_pins.h | |
parent | be9ee9ed2d041c4ab4e77ee2010fe3c7a1ca6597 (diff) |
altos/lpc: Turn off more clocks, disable USART for easymini
Try to reduce noise on the power supply.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymini-v0.1/ao_pins.h')
-rw-r--r-- | src/easymini-v0.1/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easymini-v0.1/ao_pins.h b/src/easymini-v0.1/ao_pins.h index d4fbe7a1..e14e1eb4 100644 --- a/src/easymini-v0.1/ao_pins.h +++ b/src/easymini-v0.1/ao_pins.h @@ -43,7 +43,7 @@ /* USART */ -#define HAS_SERIAL 1 +#define HAS_SERIAL 0 #define USE_SERIAL_0_STDIN 1 #define SERIAL_0_18_19 1 #define SERIAL_0_14_15 0 |