make style

This commit is contained in:
Philippe Teuwen
2019-07-13 00:38:30 +02:00
parent ed47ca7186
commit b0dbbd3683
15 changed files with 55 additions and 56 deletions

View File

@@ -347,7 +347,7 @@ static int wait_for_ack(PacketResponseNG *ack) {
}
// Go into flashing mode
int flash_start_flashing(int enable_bl_writes, char *serial_port_name, uint32_t * chipinfo) {
int flash_start_flashing(int enable_bl_writes, char *serial_port_name, uint32_t *chipinfo) {
uint32_t state;
if (enter_bootloader(serial_port_name) < 0)