Add next gen profile and configurations (#67)
* fix: crash in picture animation * ble: add next gen profile * force read header from flash anyway * fix: bmlist: mem leak * feat: add reset option after legacy transfers
This commit is contained in:
committed by
GitHub
parent
512134607b
commit
4e556ab11f
@@ -123,12 +123,6 @@ typedef volatile unsigned long long *PUINT64V;
|
||||
#define max(a,b) (((a) > (b)) ? (a) : (b))
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG
|
||||
#define PRINT(X...) printf(X)
|
||||
#else
|
||||
#define PRINT(X...)
|
||||
#endif
|
||||
|
||||
/* Calculate the byte offset of a field in a structure of type */
|
||||
#define FIELD_OFFSET(Type, Field) ((UINT16)&(((Type *)0)->Field))
|
||||
|
||||
|
||||
@@ -36,15 +36,6 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define Debug_UART0 0
|
||||
#define Debug_UART1 1
|
||||
#define Debug_UART2 2
|
||||
#define Debug_UART3 3
|
||||
|
||||
#ifdef DEBUG
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief 系统主频时钟(Hz)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user