Fix 'make style' findings

This commit is contained in:
Christian Zietz 2024-02-02 20:41:37 +01:00
commit 404d0a8c7b
4 changed files with 19 additions and 4 deletions

View file

@ -567,7 +567,6 @@ OUT:
StopTicks();
}
void LegicRfSetThreshold(uint32_t threshold)
{
void LegicRfSetThreshold(uint32_t threshold) {
input_threshold = threshold;
}