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

View file

@ -16,7 +16,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
* *
* You should have received a copy of the GNU General Public License * 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 #pragma once
@ -26,7 +26,7 @@
#endif #endif
#define BOARD_INFO_NAME "FLY_MINI" #define BOARD_INFO_NAME "FLY_MINI"
#define BOARD_WEBSITE_URL "github.com/FLYmaker" #define BOARD_WEBSITE_URL "github.com/FLYmaker"
#define DISABLE_JTAG #define DISABLE_JTAG
// //