From 92c50db2b05818157d46e09f4dec4fa1e96f960b Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Tue, 16 Jan 2018 00:02:56 -0700 Subject: able to set the clock speed in MHz. --- system-clock/include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'system-clock/include/common.h') diff --git a/system-clock/include/common.h b/system-clock/include/common.h index f58f179..6fc701c 100644 --- a/system-clock/include/common.h +++ b/system-clock/include/common.h @@ -9,5 +9,6 @@ #define bool int #define PACKED __attribute__((packed)) +#define BIT(n) (1 << (n)) #endif /* COMMON_H */ -- cgit