瀏覽代碼

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,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…
取消
儲存