Misc cleanup, whitespace

This commit is contained in:
Scott Lahteine
2020-02-01 03:50:26 -06:00
parent e64b7a3ab2
commit 43d3463d5d
5 changed files with 10 additions and 11 deletions

View File

@ -52,11 +52,11 @@
// Analog Inputs
//
#define TEMP_0_PIN 1
#define TEMP_1_PIN 2
#define TEMP_BED_PIN 4
#define TEMP_1_PIN 2
#define TEMP_BED_PIN 4
#ifndef TEMP_CHAMBER_PIN
#define TEMP_CHAMBER_PIN 5
#define TEMP_CHAMBER_PIN 5
#endif
//