aboutsummaryrefslogtreecommitdiff
path: root/src/zjs_common.h
diff options
context:
space:
mode:
authorGeoff Gustafson <geoff@linux.intel.com>2017-12-06 17:31:24 -0800
committerGeoff Gustafson <geoff@linux.intel.com>2017-12-15 12:54:35 -0800
commit817af2bcdbd23d6fe7152854fea71be1e5194af1 (patch)
tree6abf09dd83cb722a8c1dc11482024088c542e7a8 /src/zjs_common.h
parenta84ea70d2028a8957abeaaf19cf47fcd9ad92b2b (diff)
[aio] Use board pin mechanism for AIO; remove old pins modules
Signed-off-by: Geoff Gustafson <geoff@linux.intel.com>
Diffstat (limited to 'src/zjs_common.h')
-rw-r--r--src/zjs_common.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/zjs_common.h b/src/zjs_common.h
index 1f611ed..e3be6bb 100644
--- a/src/zjs_common.h
+++ b/src/zjs_common.h
@@ -130,7 +130,7 @@ int zjs_get_ms(void);
// this is arbitrary but okay for now; added to avoid plain strlen below
#define MAX_SCRIPT_SIZE 8192
-// board-specifc
+// board-specific
#if defined(CONFIG_BOARD_ARDUINO_101) || defined(CONFIG_BOARD_ARDUINO_101_SSS)
#define ADC_DEVICE_NAME "ADC_0"
#define ADC_BUFFER_SIZE 2
@@ -147,9 +147,6 @@ int zjs_get_ms(void);
#define TEMP_DEVICE_NAME BMI160_NAME
#elif CONFIG_BOARD_FRDM_K64F
#define ADC_BUFFER_SIZE 5
-#define AIO_MIN 12
-#define AIO_MAX 15
-#define AIO_LEN 4
#define ACCEL_DEVICE_NAME CONFIG_FXOS8700_NAME
#define MAGN_DEVICE_NAME CONFIG_FXOS8700_NAME
#endif