blackpill: Added missing newline at the end of the platform.c file.
This commit is contained in:
parent
d55bfd8948
commit
e8fc418f47
|
@ -141,4 +141,4 @@ void platform_target_set_power(bool power)
|
|||
{
|
||||
gpio_set_val(PWR_BR_PORT, PWR_BR_PIN, !power);
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue