Apply some #ifndef

This commit is contained in:
Scott Lahteine
2019-06-13 03:45:46 -05:00
parent 27c487bab7
commit 06324df072
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
//#define MIXER_NORMALIZER_DEBUG
#if !defined(__AVR__) // || DUAL_MIXING_EXTRUDER
#ifndef __AVR__ // || DUAL_MIXING_EXTRUDER
// Use 16-bit (or fastest) data for the integer mix factors
typedef uint_fast16_t mixer_comp_t;
typedef uint_fast16_t mixer_accu_t;