Skip to content

Commit

Permalink
Breakout clock interrupt handlers.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakesmith committed Jun 4, 2018
1 parent 056651c commit 63ac8a8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions clock/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
cc_binary(
name = "clock_stm32",
srcs = [
"src/stm32l1xx_it.cc",
"src/stm32l1xx_it.h",
"src/main.cc",
"src/ui.h",
"src/ui.cc",
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions third_party/STM/stm32l1/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ cc_library(
srcs = [
"common/startup_stm32l151xc.s",
"common/system_stm32l1xx.c",
"common/stm32l1xx_it.c"
],
hdrs = [
"common/system_stm32l1xx.h",
"common/stm32l1xx_it.h"
],
deps = [
"stm_cmsis",
Expand Down

0 comments on commit 63ac8a8

Please sign in to comment.