Skip to content

Commit

Permalink
Test clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
pguyot committed Jul 2, 2023
1 parent bf98795 commit e1d3165
Showing 1 changed file with 1 addition and 1 deletion.
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 e1d3165

Please sign in to comment.