Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olikraus committed Feb 27, 2016
1 parent fd914d2 commit 3c730dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csrc/u8x8_byte.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ uint8_t u8x8_byte_ssd13xx_sw_i2c(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, voi
{
uint8_t *data;
static uint8_t last_dc = 0;
static uint8_t is_send_dc = 0;
static uint8_t is_send_dc = 0; /* instruction, whether i2c-start including dc has to be sent */

switch(msg)
{
Expand Down

0 comments on commit 3c730dc

Please sign in to comment.