浏览代码

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

Marcio Teixeira 6 年前
父节点
当前提交
585a8a96b4
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0
    1
      Marlin/src/HAL/shared/Marduino.h

+ 0
- 1
Marlin/src/HAL/shared/Marduino.h 查看文件

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

正在加载...
取消
保存