mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-02-21 00:27:19 +08:00
[stm32] fix missing headfer files
This commit is contained in:
parent
980619ed2c
commit
74ac685b9a
@ -15,6 +15,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
|
#include <rtthread.h>
|
||||||
|
|
||||||
#if defined(BSP_USING_ADC1) || defined(BSP_USING_ADC2) || defined(BSP_USING_ADC3)
|
#if defined(BSP_USING_ADC1) || defined(BSP_USING_ADC2) || defined(BSP_USING_ADC3)
|
||||||
#include "drv_config.h"
|
#include "drv_config.h"
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "drv_can.h"
|
#include "drv_can.h"
|
||||||
|
|
||||||
#ifdef BSP_USING_CAN
|
#ifdef BSP_USING_CAN
|
||||||
|
|
||||||
#define LOG_TAG "drv_can"
|
#define LOG_TAG "drv_can"
|
||||||
|
@ -21,7 +21,6 @@ extern "C" {
|
|||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
#include <rtdevice.h>
|
#include <rtdevice.h>
|
||||||
#include <rtthread.h>
|
|
||||||
|
|
||||||
#define BS1SHIFT 16
|
#define BS1SHIFT 16
|
||||||
#define BS2SHIFT 20
|
#define BS2SHIFT 20
|
||||||
|
@ -12,12 +12,11 @@
|
|||||||
* 2020-12-11 WKJay fix build problem
|
* 2020-12-11 WKJay fix build problem
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtthread.h>
|
|
||||||
#include <rtdevice.h>
|
#include <rtdevice.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "drv_crypto.h"
|
#include "drv_crypto.h"
|
||||||
#include "board.h"
|
#include <board.h>
|
||||||
#include "drv_config.h"
|
#include "drv_config.h"
|
||||||
|
|
||||||
struct stm32_hwcrypto_device
|
struct stm32_hwcrypto_device
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
|
#include <rtthread.h>
|
||||||
|
|
||||||
#if defined(BSP_USING_DAC1) || defined(BSP_USING_DAC2)
|
#if defined(BSP_USING_DAC1) || defined(BSP_USING_DAC2)
|
||||||
#include "drv_config.h"
|
#include "drv_config.h"
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <board.h>
|
#include <board.h>
|
||||||
|
#include <rtthread.h>
|
||||||
|
|
||||||
#ifdef BSP_USING_PWM
|
#ifdef BSP_USING_PWM
|
||||||
#include "drv_config.h"
|
#include "drv_config.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user