From 0b102e86b552a982f08ae5a3ce1a22a594dd5bae Mon Sep 17 00:00:00 2001 From: Marcus Chang Date: Wed, 1 Nov 2017 08:42:42 -0700 Subject: [PATCH] Add macros for default pin names --- mbed_lib.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mbed_lib.json b/mbed_lib.json index 5eefd2978d..862b99e7d7 100644 --- a/mbed_lib.json +++ b/mbed_lib.json @@ -1,6 +1,10 @@ { "name": "dataflash", "config": { + "SPI_MOSI": "NC", + "SPI_MISO": "NC", + "SPI_CLK": "NC", + "SPI_CS": "NC", "binary-size": { "help": "Configure device to use binary address space.", "value": "0"