progress
This commit is contained in:
parent
c9887d6966
commit
70bc09dff3
|
@ -0,0 +1,11 @@
|
|||
#pragma once
|
||||
|
||||
#define US_TO_NT_MULTIPLIER (CORE_CLOCK / 1000000)
|
||||
|
||||
// todo: huh? is this universal?
|
||||
typedef enum {
|
||||
BOR_Level_None = 0,
|
||||
BOR_Level_1 = 1,
|
||||
BOR_Level_2 = 2,
|
||||
BOR_Level_3 = 3
|
||||
} BOR_Level_t;
|
Loading…
Reference in New Issue