undo test code for #633

This commit is contained in:
kraus 2018-06-09 10:32:28 +02:00
parent 731de17c18
commit c4eef1a2bc
1 changed files with 0 additions and 4 deletions

View File

@ -583,10 +583,6 @@ uint8_t u8x8_byte_sw_i2c(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_p
case U8X8_MSG_BYTE_SEND:
data = (uint8_t *)arg_ptr;
if ( arg_int > 32 )
for(;;)
;
while( arg_int > 0 )
{
i2c_write_byte(u8x8, *data);