Reject generous donation of trailing whitespace

This commit is contained in:
Scott Lahteine 2017-06-15 15:22:22 -05:00
parent 428be27893
commit 92eb55f246

View File

@ -25,8 +25,8 @@
* structurs for 2560 family boards that use morre than 70 pins
*/
#ifndef Plus_70_h
#define Plus_70_h
#ifndef __PINSDEBUG_PLUS_70_H__
#define __PINSDEBUG_PLUS_70_H__
#undef NUM_DIGITAL_PINS
#if MOTHERBOARD == BOARD_BQ_ZUM_MEGA_3D
@ -338,5 +338,4 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM_plus_70[] = {
*/
#endif
#endif // __PINSDEBUG_PLUS_70_H__