Rev 21 | Rev 25 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 21 | Rev 24 | ||
---|---|---|---|
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 | ||
- | 47 | ||
- | 48 | #define TX_USART_BUFF_SIZ 256 |
|
- | 49 | #define RX_USART_BUFF_SIZ 3072 |
|
- | 50 | ||
46 | /* USER CODE END EC */ |
51 | /* USER CODE END EC */ |
47 | 52 | ||
48 | /* Exported macro ------------------------------------------------------------*/ |
53 | /* Exported macro ------------------------------------------------------------*/ |
49 | /* USER CODE BEGIN EM */ |
54 | /* USER CODE BEGIN EM */ |
50 | 55 |