| | |
| | | /* Private includes ----------------------------------------------------------*/ |
| | | /* USER CODE BEGIN Includes */ |
| | | #include "Usart.h" |
| | | #include "Flash.h" |
| | | #include "serial_at_cmd_app.h" |
| | | #include "led.h" |
| | | #include "dw_app.h" |
| | |
| | | |
| | | /* Exported constants --------------------------------------------------------*/ |
| | | /* USER CODE BEGIN EC */ |
| | | #define LPTIMER_LSB 30.518 //1 puls=30.518us |
| | | #define LPTIMER_LSB 30.518 //30.518 //1 puls=30.518us |
| | | #define LPTIMER_1S_COUNT 32767 |
| | | #define USART_KEEPWAKE_TIME 10 |
| | | #define KEY_KEEPRESET_TIME 120 |
| | | #define KEY_KEEPRESET_TIME 5 |
| | | /* USER CODE END EC */ |
| | | |
| | | /* Exported macro ------------------------------------------------------------*/ |