Browse Source

Fix Redefinition of OLED_TIMEOUT (#6628)

Drashna Jaelre 5 năm trước cách đây
mục cha
commit
8de164e036
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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
 #define CHARGE_PUMP 0x8D
 
 
 // Misc defines
 // Misc defines
-#define OLED_TIMEOUT 60000
 #define OLED_BLOCK_COUNT (sizeof(OLED_BLOCK_TYPE) * 8)
 #define OLED_BLOCK_COUNT (sizeof(OLED_BLOCK_TYPE) * 8)
 #define OLED_BLOCK_SIZE (OLED_MATRIX_SIZE / OLED_BLOCK_COUNT)
 #define OLED_BLOCK_SIZE (OLED_MATRIX_SIZE / OLED_BLOCK_COUNT)