Minor docs change

This commit is contained in:
Oleg Kalachev
2025-08-15 00:51:08 +03:00
parent dee4d97ab3
commit fa07ed3a4e
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ Firmware source files are located in `flix` directory. The key files are:
Utility files include:
* [`vector.h`](../flix/vector.h), [`quaternion.h`](../flix/quaternion.h) — project's vector and quaternion libraries implementation.
* [`vector.h`](../flix/vector.h), [`quaternion.h`](../flix/quaternion.h) — vector and quaternion libraries implementation.
* [`pid.h`](../flix/pid.h) — generic PID controller implementation.
* [`lpf.h`](../flix/lpf.h) — generic low-pass filter implementation.