提交 de0a5c3b authored 作者: Anthony Minessale's avatar Anthony Minessale

update

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@207 a93c3328-9c30-0410-af19-c9cd2b2d52af
上级 3503096d
......@@ -32,11 +32,9 @@
* 2005 03 20 R. Krten created
*/
#ifndef __BELL202_H__
#define __BELL202_H__
typedef void (*bytehandler_func_t) (void *, int);
typedef void (*bithandler_func_t) (void *, int);
#ifndef __FSK_H__
#define __FSK_H__
#include "uart.h"
typedef struct dsp_fsk_attr_s
{
......@@ -86,5 +84,5 @@ void dsp_fsk_destroy(dsp_fsk_handle_t **handle);
void dsp_fsk_sample(dsp_fsk_handle_t *handle, double normalized_sample);
#endif // __BELL202_H__
#endif // __FSK_H__
......@@ -35,7 +35,9 @@
#ifndef __UART_H__
#define __UART_H__
#include <fsk.h>
typedef void (*bytehandler_func_t) (void *, int);
typedef void (*bithandler_func_t) (void *, int);
typedef struct dsp_uart_attr_s
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论