Rev 27 | Rev 29 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 27 | Rev 28 | ||
---|---|---|---|
Line 42... | Line 42... | ||
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 | extern I2C_HandleTypeDef hi2c2; |
- | 47 | extern RTC_HandleTypeDef hrtc; |
|
47 | 48 | ||
48 | 49 | ||
49 | #define TX_USART_BUFF_SIZ 256 |
50 | #define TX_USART_BUFF_SIZ 256 |
50 | #define RX_USART_BUFF_SIZ 1024 |
51 | #define RX_USART_BUFF_SIZ 1024 |
51 | 52 |