mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
12 lines
167 B
C
12 lines
167 B
C
|
/**
|
||
|
* STB V1.1 pin assignments
|
||
|
*/
|
||
|
|
||
|
#define SANGUINOLOLU_V_1_2
|
||
|
|
||
|
#if defined(__AVR_ATmega1284P__)
|
||
|
#define LARGE_FLASH true
|
||
|
#endif
|
||
|
|
||
|
#include "pins_SANGUINOLOLU_11.h"
|