Всякие фиксы модели и заготовки для АЦП

И почему то все равно MATLAB намертво блокирует mingw64.... Приходится перезапускать матлаб для перекомпиляции
This commit is contained in:
2025-11-09 21:04:52 +03:00
parent be84043f18
commit 79ff2667c4
74 changed files with 2371 additions and 609 deletions

View File

@@ -91,10 +91,15 @@
#define __CLZ
#define __CTZ
#define __RBIT
#ifdef __MINGW64__
#ifndef __weak
#define __weak __attribute__((weak))
#endif
#else
#ifndef __weak
#define __weak
#endif
#endif
#define __DSB()
#define __ISB()
#define __NOP()