Subversion Repositories dashGPS

Rev

Rev 25 | Rev 27 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 26
Line 41... Line 41...
41
/* USER CODE END ET */
41
/* USER CODE END ET */
42
 
42
 
43
/* Exported constants --------------------------------------------------------*/
43
/* Exported constants --------------------------------------------------------*/
44
/* USER CODE BEGIN EC */
44
/* USER CODE BEGIN EC */
45
extern  SPI_HandleTypeDef hspi1;
45
extern  SPI_HandleTypeDef hspi1;
-
 
46
extern I2C_HandleTypeDef hi2c2;
46
 
47
 
47
 
48
 
48
#define TX_USART_BUFF_SIZ 256
49
#define TX_USART_BUFF_SIZ 256
49
#define RX_USART_BUFF_SIZ 1024
50
#define RX_USART_BUFF_SIZ 1024
50
 
51