This commit is contained in:
rusefillc 2023-05-23 23:44:41 -04:00
parent c9887d6966
commit 70bc09dff3
2 changed files with 15 additions and 1 deletions

View File

@ -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;

View File

@ -1 +1,4 @@
ARTERY_CONTRIB = $(BOARD_DIR)/OS
ARTERY_CONTRIB = $(BOARD_DIR)/OS
USE_LIS302 = no
USE_FATFS = no