Tympan / Tympan_Library

Arduino/Teensy Library for Tympan Open Source Hearing Aid
MIT License
116 stars 31 forks source link

Case consistency for Linux #74

Closed mathieulegoc closed 1 month ago

mathieulegoc commented 1 month ago

Most files use #include "AudioEffectDelay_F32.h", but Tympan_Library.h and AudioEffectDelay_f32.cpp use #include "AudioEffectDelay_f32.h", causing the compilation to fail on Linux.

chipaudette commented 1 month ago

Good catch! Will fix today.

chipaudette commented 1 month ago

As of commit 72deda3, I believe that this is now fixed. I do not run linux, however, so I can't confirm.

Please update your Tympan_Library and let me know!

mathieulegoc commented 1 month ago

Thank you for the quick fix, all good now!

chipaudette commented 1 month ago

Fantastic!