Fix Redefinition of OLED_TIMEOUT (#6628)
This commit is contained in:
parent
d217307747
commit
8de164e036
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue