commit | dbe9193cb4a584fb6ed4f07689fe217818105bd0 | [log] [tgz] |
---|---|---|
author | Sandeep Mistry <sandeep.mistry@gmail.com> | Sun Apr 19 10:36:07 2020 -0400 |
committer | felix-johnny <48442848+felix-johnny@users.noreply.github.com> | Tue Apr 21 10:26:07 2020 +0200 |
tree | 0a26f273d6f5db01340eb2d9d213f914df3802cc | |
parent | a68c2a2febf50d45a718a6a7e1c0207e60253af7 [diff] |
arm_max_pool_s8.c: use quotes instead of <> for arm_math.h include
diff --git a/CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c b/CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c index c4224f0..8b630c5 100644 --- a/CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c +++ b/CMSIS/NN/Source/PoolingFunctions/arm_max_pool_s8.c
@@ -29,7 +29,7 @@ * -------------------------------------------------------------------- */ #include "arm_nnfunctions.h" -#include <arm_math.h> +#include "arm_math.h" /** * @ingroup groupNN