diff options
author | Keith Packard <keithp@keithp.com> | 2012-04-07 00:25:26 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-04-07 00:25:26 -0700 |
commit | c7119405a3dd7128120374a2a001bc98ef523619 (patch) | |
tree | 2d945f9bca13dc441957619ee1cb12990c9689e5 /src/core/ao.h | |
parent | d0d0d20c20e5eeacbc9a1ec1c93141a2044830fb (diff) |
altos: Make ao_freq_to_set reentrant
Save a bunch of data space this way.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r-- | src/core/ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index 67efa437..150c0817 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -1892,7 +1892,7 @@ ao_sqrt(uint32_t op); * ao_freq.c */ -int32_t ao_freq_to_set(int32_t freq, int32_t cal); +int32_t ao_freq_to_set(int32_t freq, int32_t cal) __reentrant; #include <ao_arch_funcs.h> |