@@ -15,6 +15,7 @@
*/
#include <board.h>
+#include <rtthread.h>
#if defined(BSP_USING_ADC1) || defined(BSP_USING_ADC2) || defined(BSP_USING_ADC3)
#include "drv_config.h"
@@ -17,6 +17,7 @@
#include "drv_can.h"
+
#ifdef BSP_USING_CAN
#define LOG_TAG "drv_can"
@@ -21,7 +21,6 @@ extern "C" {
#include <rtdevice.h>
-#include <rtthread.h>
#define BS1SHIFT 16
#define BS2SHIFT 20
@@ -12,12 +12,11 @@
* 2020-12-11 WKJay fix build problem
#include <stdlib.h>
#include <string.h>
#include "drv_crypto.h"
-#include "board.h"
+#include <board.h>
struct stm32_hwcrypto_device
@@ -10,6 +10,7 @@
#if defined(BSP_USING_DAC1) || defined(BSP_USING_DAC2)
#ifdef BSP_USING_PWM