update
git-svn-id: http://svn.openzap.org/svn/openzap/trunk@206 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
dce12e0eaa
commit
3503096dfc
|
@ -39,7 +39,7 @@
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
#include "bell202.h"
|
#include "fsk.h"
|
||||||
#include "uart.h"
|
#include "uart.h"
|
||||||
|
|
||||||
#ifndef M_PI
|
#ifndef M_PI
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
#ifndef __UART_H__
|
#ifndef __UART_H__
|
||||||
#define __UART_H__
|
#define __UART_H__
|
||||||
|
|
||||||
typedef void (*bytehandler_func_t) (void *, int);
|
#include <fsk.h>
|
||||||
|
|
||||||
typedef struct dsp_uart_attr_s
|
typedef struct dsp_uart_attr_s
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue