浏览代码

Fix compilation error for STM32F1 with U8GLIB_SSD1306 or U8GLIB_SH1106 enabled (#11583)

The `binary.h` file required by `lcd/dogm/dogm_bitmaps.h` is not present in stm32duino environment. Binary macros are defined in `bit_constants.h` in stm32duino framework.
jmz52 6 年前
父节点
当前提交
dfe18ac633
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      Marlin/src/HAL/HAL_STM32F1/binary.h

+ 1
- 0
Marlin/src/HAL/HAL_STM32F1/binary.h 查看文件

@@ -0,0 +1 @@
1
+#include "bit_constants.h"

正在加载...
取消
保存