mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-17 02:08:36 +00:00
[feat] add usb audio and video driver
This commit is contained in:
parent
5cca7f0193
commit
4115724dc7
11 changed files with 352 additions and 221 deletions
|
@ -70,7 +70,7 @@
|
|||
|
||||
#define BCD(x) ((((x) / 10) << 4) | ((x) % 10))
|
||||
|
||||
#define BIT(n) (1UL << (n))
|
||||
#define BIT(x) (1<<(x))
|
||||
|
||||
#define ARRAY_SIZE(array) \
|
||||
((int)((sizeof(array) / sizeof((array)[0]))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue