blackpill: Added missing newline at the end of the platform.c file.

This commit is contained in:
Piotr Esden-Tempski 2022-06-03 21:51:20 -07:00 committed by Rachel Mant
parent d55bfd8948
commit e8fc418f47
1 changed files with 1 additions and 1 deletions

View File

@ -141,4 +141,4 @@ void platform_target_set_power(bool power)
{
gpio_set_val(PWR_BR_PORT, PWR_BR_PIN, !power);
}
#endif
#endif