1
0
forked from me/IronOS

Added guide for compiling under Windows (#2060)

* Update documentation to build IronOS in Windows using MSYS2 environment and fix compilation on case-sensitive file systems.

---------

Co-authored-by: Ivan Zorin <ivan.a.zorin@gmail.com>
This commit is contained in:
Leo
2025-02-07 23:03:49 +02:00
committed by GitHub
parent 4ce63fab47
commit 08ff68cd4f
16 changed files with 54 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
#include "BSP_Power.h"
#include "Settings.h"
#include "configuration.h"
#include <Utils.h>
#include <Utils.hpp>
int32_t Utils::InterpolateLookupTable(const int32_t *lookupTable, const int noItems, const int32_t value) {
for (int i = 1; i < (noItems - 1); i++) {