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-v1.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-v1.0')
| -rw-r--r-- | src/easymini-v1.0/ao_pins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easymini-v1.0/ao_pins.h b/src/easymini-v1.0/ao_pins.h index 5983bb9e..45c6891d 100644 --- a/src/easymini-v1.0/ao_pins.h +++ b/src/easymini-v1.0/ao_pins.h @@ -42,7 +42,7 @@ #define PACKET_HAS_SLAVE 0 -#define AO_LOG_FORMAT AO_LOG_FORMAT_EASYMINI +#define AO_LOG_FORMAT AO_LOG_FORMAT_EASYMINI1 /* USART */ |
