Skip to content
Snippets Groups Projects
Commit 92eb55f2 authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Reject generous donation of trailing whitespace

parent 428be278
Branches
Tags
No related merge requests found
...@@ -25,8 +25,8 @@ ...@@ -25,8 +25,8 @@
* structurs for 2560 family boards that use morre than 70 pins * structurs for 2560 family boards that use morre than 70 pins
*/ */
#ifndef Plus_70_h #ifndef __PINSDEBUG_PLUS_70_H__
#define Plus_70_h #define __PINSDEBUG_PLUS_70_H__
#undef NUM_DIGITAL_PINS #undef NUM_DIGITAL_PINS
#if MOTHERBOARD == BOARD_BQ_ZUM_MEGA_3D #if MOTHERBOARD == BOARD_BQ_ZUM_MEGA_3D
...@@ -338,5 +338,4 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM_plus_70[] = { ...@@ -338,5 +338,4 @@ const uint8_t PROGMEM digital_pin_to_timer_PGM_plus_70[] = {
*/ */
#endif #endif // __PINSDEBUG_PLUS_70_H__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment