From 587fbfbbb14f7013521b9b982c4856d19b647ffe Mon Sep 17 00:00:00 2001 From: BehleZebub <116460179+BehleZebub@users.noreply.github.com> Date: Wed, 2 Nov 2022 00:36:04 +0100 Subject: [PATCH] added shebang line for pyhton3 on unix --- firmware/tools/fir_lpf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/tools/fir_lpf.py b/firmware/tools/fir_lpf.py index c9ae395b3..bbfe91e11 100644 --- a/firmware/tools/fir_lpf.py +++ b/firmware/tools/fir_lpf.py @@ -1,3 +1,5 @@ +#!/usr/bin/env python3 + import math m = 64 - 1