Init
This commit is contained in:
parent
900a0037f1
commit
7bbd352b67
|
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
#include "LinIO.h"
|
#include "LinIO.h"
|
||||||
#include "SerialPortIO.h"
|
#include "SerialPortIO.h"
|
||||||
#include "SerialPort.h"
|
|
||||||
#include "cmsis_os2.h"
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
tSerialPortIO *serialPortIO;
|
tSerialPortIO *serialPortIO;
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
//
|
//
|
||||||
#include <SystemDelayInterface.h>
|
#include <SystemDelayInterface.h>
|
||||||
#include "LinAt32.h"
|
#include "LinAt32.h"
|
||||||
#include "SerialPortArtery.h"
|
#include "SerialPortLinArtery.h"
|
||||||
|
|
||||||
void LIN_Initial(
|
void LIN_Initial(
|
||||||
tLinAt32 *env,
|
tLinAt32 *env,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue