0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-01-19 08:08:25 +00:00

🐛 Fix MKS Robin Nano 1.3 F4 pin collision (#25838)

This commit is contained in:
ellensp 2023-05-17 06:50:57 +12:00 committed by GitHub
parent 060ddf5e95
commit 3136435c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,4 @@
//#define FLASH_EEPROM_EMULATION // Use Flash-based EEPROM emulation //#define FLASH_EEPROM_EMULATION // Use Flash-based EEPROM emulation
#endif #endif
#define LED_PIN PB1
#include "../stm32f1/pins_MKS_ROBIN_NANO_common.h" #include "../stm32f1/pins_MKS_ROBIN_NANO_common.h"