Skip to content

Commit

Permalink
removed blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
ccullin committed Jul 8, 2021
1 parent 40bfa81 commit 87c7434
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/issi/is31fl3737.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "i2c_master.h"
#include "wait.h"


// This is a 7-bit address, that gets left-shifted and bit 0
// set to 0 for write, 1 for read (as per I2C protocol)
// The address will vary depending on your wiring:
Expand Down Expand Up @@ -223,4 +222,3 @@ void IS31FL3737_update_led_control_registers(uint8_t addr, uint8_t index) {
}
g_led_control_registers_update_required[index] = false;
}

0 comments on commit 87c7434

Please sign in to comment.