Skip to content

Commit

Permalink
Attempt ENDSTOP_INTERRUPTS_FEATURE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed Apr 14, 2021
1 parent 5a710ec commit 0057a84
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/btt-skr-cr6-with-btt-tft-biqu-h2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/btt-skr-cr6-with-btt-tft-e3d-hemera/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/btt-skr-cr6-with-btt-tft/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/btt-skr-cr6-with-stock-creality-tft/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/cr6-max-btt-skr-cr6-with-btt-tft/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/cr6-max-stock-mb/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/cr6-se-v4.5.2-mb-no-watchdog/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/cr6-se-v4.5.2-mb/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down
2 changes: 1 addition & 1 deletion config/cr6-se-v4.5.3-mb/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@

// Enable this feature if all enabled endstop pins are interrupt-capable.
// This will remove the need to poll the interrupt pins, saving many CPU cycles.
//#define ENDSTOP_INTERRUPTS_FEATURE
#define ENDSTOP_INTERRUPTS_FEATURE

/**
* Endstop Noise Threshold
Expand Down

0 comments on commit 0057a84

Please sign in to comment.