Skip to content

Commit

Permalink
[BAZEL] fixed examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Jun 13, 2020
1 parent fe41b5a commit 1ba0962
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/nfc/wake_on_nfc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ board_sources = select({
})

board_defines = select({
"@nRF5//config:pca10040": [
"@nRF5//boards:is_pca10040": [
"BOARD_PCA10040",
"NRF52832_XXAA",
"NRF52",
"NRF52_PAN_74",
],
"@nRF5//config:pca10056": [
"@nRF5//boards:is_pca10056": [
"BOARD_PCA10056",
"NRF52840_XXAA",
],
"@nRF5//config:pca10100": [
"@nRF5//boards:is_pca10100": [
"BOARD_PCA10100",
"NRF52833_XXAA",
],
Expand Down

0 comments on commit 1ba0962

Please sign in to comment.