Commit: da954b0029e16a770376830d1e6b69faf8dd3bf5
Parent: 61f61b66ddb259524db59bc4544345984e2596eb
Author: Randy Palamar
Date: Thu, 29 Jan 2026 15:25:17 -0700
meta: don't use f32/b16 in lib header
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/beamformer.meta b/beamformer.meta
@@ -334,8 +334,8 @@
@Expand(ChirpFilterParameters) ` $(%type)$(|)$(name);`
` } matched_chirp;`
` };`
- ` f32 sampling_frequency;`
- ` b16 complex;`
+ ` float sampling_frequency;`
+ ` uint16_t complex;`
`} BeamformerFilterParameters;`
``
`typedef struct {`