Skip to content

Commit

Permalink
Fix MKFirmware#788 Megatronics 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iosonopersia committed Mar 16, 2020
1 parent 677e439 commit 74aa9a7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MK4duo/src/boards/703.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@

//###HEATER
#define ORIG_HEATER_HE0_PIN 2
#define ORIG_HEATER_HE1_PIN 8
#define ORIG_HEATER_HE2_PIN 9
#define ORIG_HEATER_HE1_PIN 9
#define ORIG_HEATER_HE2_PIN 8
#define ORIG_HEATER_HE3_PIN NoPin
#define ORIG_HEATER_HE4_PIN NoPin
#define ORIG_HEATER_HE5_PIN NoPin
Expand Down Expand Up @@ -178,7 +178,7 @@

//###MISC
#define ORIG_PS_ON_PIN 12
#define ORIG_BEEPER_PIN NoPin
#define ORIG_BEEPER_PIN 61
#define LED_PIN 13


Expand Down

0 comments on commit 74aa9a7

Please sign in to comment.