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

Clarify GT2560 common pins (#17021)

This commit is contained in:
Vert 2020-02-29 05:35:10 -05:00 committed by GitHub
parent 730804289c
commit 6c9ca1bec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
#pragma once
/**
* GT2560 V3.0 pin assignment
* GT3560 RevB + GT2560 V3.0 + GT2560 V3.1 + GT2560 V4.0 pin assignment
*/
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)