В модель добавлена библиотека CMSIS-DSP и вообще все либы CMSIS
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "mcu_wrapper_conf.h"
|
||||
#include "dsp/none.h"
|
||||
|
||||
#define __disable_irq()
|
||||
|
||||
@@ -84,13 +85,6 @@
|
||||
#define __RESTRICT __restrict
|
||||
#endif
|
||||
|
||||
//#define __CLZ (uint8_t)clz
|
||||
//
|
||||
//#define __CTZ (uint8_t)ctz
|
||||
|
||||
#define __CLZ
|
||||
#define __CTZ
|
||||
#define __RBIT
|
||||
#ifdef __MINGW64__
|
||||
#ifndef __weak
|
||||
#define __weak __attribute__((weak))
|
||||
|
||||
Reference in New Issue
Block a user