diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-14 16:10:07 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-07-14 16:10:07 +0900 |
commit | 27f71ff5c093f740c78a28644e3be2843c660b7d (patch) | |
tree | 45a580a5e2a5702aa557585f65f80c41ce136397 /board/board-fst-01.h | |
parent | 3ba8234cecde90467fb75d72055fa0c226ed16df (diff) |
New sys.c
Diffstat (limited to 'board/board-fst-01.h')
-rw-r--r-- | board/board-fst-01.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/board-fst-01.h b/board/board-fst-01.h index aecb9db..c062133 100644 --- a/board/board-fst-01.h +++ b/board/board-fst-01.h @@ -1,4 +1,6 @@ #define BOARD_NAME "FST-01" +#define BOARD_ID 0x696886af +/* echo -n "FST-01" | sha256sum | sed -e 's/^.*\(........\) -$/\1/' */ #define FLASH_PAGE_SIZE 1024 #define STM32F10X_MD /* Medium-density device */ |