/* 
 * File:   CRSAL.h
 * Author: hamilton
 *
 * Created on August 6, 2020, 7:26 PM
 */
#include "types.h"
#include "dsp.h"

#ifndef CRSAL_H
#define	CRSAL_H
int Set_CRSALValue(fractional SetPt,volatile tCRSAL *var);
#endif	/* CRSAL_H */

