Browse Source

Fix extraneous redefine of vsnprintf_P in Marduino.h (#14712)

Marcio Teixeira 6 years ago
parent
commit
585a8a96b4
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      Marlin/src/HAL/shared/Marduino.h

+ 0
- 1
Marlin/src/HAL/shared/Marduino.h View File

@@ -29,7 +29,6 @@
29 29
 #undef M_PI           // Redefined by all
30 30
 #undef _BV            // Redefined by some
31 31
 #undef sq             // Redefined by teensy3/wiring.h
32
-#undef vsnprintf_P    // Defined by avr/pgmspace.h in some platforms
33 32
 
34 33
 #include <Arduino.h>  // NOTE: If included earlier then this line is a NOOP
35 34
 

Loading…
Cancel
Save