mirror of
https://github.com/hathach/tinyusb.git
synced 2026-04-29 10:06:48 +00:00
refractor include chain with following policies
- header file only include what it needs for its declarations.
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
#include "primitive_types.h"
|
||||
|
||||
/// n-th Bit
|
||||
#define BIT_(n) (1 << (n))
|
||||
|
||||
Reference in New Issue
Block a user