diff options
| author | Keith Packard <keithp@keithp.com> | 2017-06-11 22:43:57 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-06-11 22:54:22 -0700 |
| commit | 9454756f54312381927cb9faf1c4a6f5d8271034 (patch) | |
| tree | eae957fe4bfab88fc69b76ccaf60329e7ea5e46c /src/easymini-v2.0 | |
| parent | ffbacb4ba9fc52de18bc54eb0d4b9e4f015ad1a4 (diff) | |
altos: Create separate log format for EasyMini v2.0
The ADC in the STM32F0 is different than the LPC, with a range of
0-4095 instead of 0-32767.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/easymini-v2.0')
| -rw-r--r-- | src/easymini-v2.0/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easymini-v2.0/ao_pins.h b/src/easymini-v2.0/ao_pins.h index c141d1a6..2ec0e90b 100644 --- a/src/easymini-v2.0/ao_pins.h +++ b/src/easymini-v2.0/ao_pins.h @@ -44,7 +44,7 @@ #define AO_PA11_PA12_RMP 1 #define AO_USB_FORCE_IDLE 1 -#define AO_LOG_FORMAT AO_LOG_FORMAT_EASYMINI +#define AO_LOG_FORMAT AO_LOG_FORMAT_EASYMINI2 #define HAS_BOOT_RADIO 0 |
