uart-bridge: remove unneeded semicolon
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
994eab59f5
commit
7bac4bd99a
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ void core1_entry(void)
|
||||||
} else {
|
} else {
|
||||||
gpio_put(LED_PIN, 0);
|
gpio_put(LED_PIN, 0);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
|
|
Loading…
Reference in a new issue