Skip to content

Commit

Permalink
CI fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Jul 2, 2023
1 parent e1d3165 commit 2aa31e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
chmod +x run-clang-format
- name: Check format with clang-format
run: |
./run-clang-format --style=file -r src/
./run-clang-format --style=file -r nifs/
erlfmt:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion nifs/atomvm_m5.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ static term nif_get_board(Context *ctx, int argc, term argv[])

switch (M5.getBoard()) {
#if defined(CONFIG_IDF_TARGET_ESP32C3)
case m5::board_t::board_M5StampC3:
case m5::board_t::board_M5StampC3:
return MAKE_ATOM(ctx, "\x8", "stamp_c3");
case m5::board_t::board_M5StampC3U:
return MAKE_ATOM(ctx, "\x9", "stamp_c3u");
Expand Down

0 comments on commit 2aa31e3

Please sign in to comment.