mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-23 21:29:17 +00:00
[refactor] remove bflb_platform.h from bl602 and bl702 driver,include it in anywhere used
This commit is contained in:
parent
e212f9de4a
commit
9c67a54e24
173 changed files with 1188 additions and 975 deletions
|
@ -5,7 +5,9 @@
|
|||
#include "string.h"
|
||||
#include "stdint.h"
|
||||
#include "stdio.h"
|
||||
#include "stdlib.h"
|
||||
#include "usb_slist.h"
|
||||
#include "bflb_platform.h"
|
||||
|
||||
#ifndef __packed
|
||||
#define __packed __attribute__((__packed__))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue