Skip to content

Commit

Permalink
Fix Redefinition of OLED_TIMEOUT (qmk#6628)
Browse files Browse the repository at this point in the history
  • Loading branch information
drashna authored Aug 30, 2019
1 parent d217307 commit 8de164e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/oled/oled_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 8de164e

Please sign in to comment.