浏览代码

Fix Redefinition of OLED_TIMEOUT (#6628)

Drashna Jaelre 5 年之前
父节点
当前提交
8de164e036
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/oled/oled_driver.c

+ 0 - 1
drivers/oled/oled_driver.c

@@ -83,7 +83,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define CHARGE_PUMP 0x8D
 
 // Misc defines
-#define OLED_TIMEOUT 60000
 #define OLED_BLOCK_COUNT (sizeof(OLED_BLOCK_TYPE) * 8)
 #define OLED_BLOCK_SIZE (OLED_MATRIX_SIZE / OLED_BLOCK_COUNT)