Merge upstream changes from Marlin 2.1.2
This commit is contained in:
@@ -171,7 +171,7 @@ extern "C" {
|
||||
* Activated: CRC code is present inside driver
|
||||
* Deactivated: CRC code cleaned from driver
|
||||
*/
|
||||
#if !defined(USE_SPI_CRC)
|
||||
#ifndef USE_SPI_CRC
|
||||
#define USE_SPI_CRC 0
|
||||
#endif
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
*****************************************************************************
|
||||
** @attention
|
||||
**
|
||||
** <h2><center>© COPYRIGHT(c) 2019 STMicroelectronics</center></h2>
|
||||
** Copyright (c) 2019 STMicroelectronics
|
||||
**
|
||||
** Redistribution and use in source and binary forms, with or without modification,
|
||||
** are permitted provided that the following conditions are met:
|
||||
|
@@ -139,7 +139,7 @@ extern "C" {
|
||||
#define PIN_SERIAL2_TX PA2
|
||||
|
||||
// Extra HAL modules
|
||||
#if defined(STM32F103xE)
|
||||
#ifdef STM32F103xE
|
||||
//#define HAL_DAC_MODULE_ENABLED (unused or maybe for the eeprom write?)
|
||||
#define HAL_SD_MODULE_ENABLED
|
||||
#define HAL_SRAM_MODULE_ENABLED
|
||||
|
Reference in New Issue
Block a user