uart-bridge: remove unneeded semicolon

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas 2021-02-03 15:29:50 +01:00
parent 994eab59f5
commit 7bac4bd99a

View file

@ -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)