sdk/UART/SimplUART/APP/BoardCfg.h

30 lines
830 B
C
Raw Permalink Normal View History

2022-11-19 17:16:40 +00:00
#ifndef _BOARD_CFG_H_
#define _BOARD_CFG_H_
#include "debug.h"
#include "userTimer.h"
#include "SWM320.h"
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/**********************************************************
Uart控制台
**********************************************************/
#define UART_CONSOLE 1
/**********************************************************
SPI_FLASH
**********************************************************/
#define SPI_FLASH 1
#if(SPI_FLASH)
#include "SPI_Flash.h"
#endif
/**********************************************************
**********************************************************/
void BoardInit(void);
#endif