Skip to content
Commit 8d95c2c2 authored by Keith Packard's avatar Keith Packard Committed by Benjamin Cabé
Browse files

modules/cmsis-dsp: Don't use Zephyr stdint.h



Zephyr replaces the toolchain version of stdint.h to define uint32_t and
int32_t as int rather than long. This breaks the ARM MVE intrinics which
require uint32_t to be defined as unsigned long.

Define 'ZEPHYR_USE_TOOLCHAIN_STDINT_H_' as that causes zephyr_stdint.h to
be skipped, ensuring that the normal stdint.h types are used instead.

Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent 469d54e2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment