view src/cs/system/bootloader/inc/reference.h @ 702:9394305d4ff5 default tip

etm_audio.c: fix off-by-one error in auw of FIR coefficients This fix was already made in FC Tourmaline a while back, but it is also the kind of bugfix that deserves to be backported to Magnetite and Selenite as well.
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 31 Oct 2022 00:14:44 +0000
parents 945cf7f506b2
children
line wrap: on
line source

/*******************************************************************************
 *
 * REFERENCE.H
 *
 * This module contains a dummy function which must be called to link the
 * modules of several libraries. A local function calls one function per module
 * to be sure that all modules of each library are linked. This function is
 * never called.
 *
 * (C) Texas Instruments 1999
 *
 ******************************************************************************/

#ifndef __REFERENCE_H__
#define __REFERENCE_H__

extern void ref_reference_all_functions (void);

#endif /* __REFERENCE_H__ */