update data

This commit is contained in:
FLYmaker 2020-11-11 01:45:14 +08:00
parent 1b54c43e53
commit 3792f074eb
2 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@
* Smoothieboard pin assignments
*/
#ifndef MCU_LPC1769
#if NOT_TARGET(MCU_LPC1769)
#error "Oops! Make sure you have the LPC1769 environment selected in your IDE."
#endif
@ -176,13 +176,13 @@
#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION ONBOARD
#endif
#if SD_CONNECTION_IS(ONBOARD)
#define SS_PIN P0_06
#define SCK_PIN P0_07
#define MISO_PIN P0_08
#define MOSI_PIN P0_09
#define SD_DETECT_PIN P0_05
#if SD_CONNECTION_IS(ONBOARD)
#endif
#if SD_CONNECTION_IS(LCD)

View file

@ -16,7 +16,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#pragma once