Skip to content

Commit

Permalink
ADD: update bearlyml23 project files
Browse files Browse the repository at this point in the history
  • Loading branch information
T-K-233 committed Nov 19, 2023
1 parent faca3eb commit 7bc045a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

TARGET ?= firmware

CHIP ?= examplechip
CHIP ?= bearlyml23

#################################
# RISCV Toolchain
Expand Down
2 changes: 1 addition & 1 deletion core/inc/hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ extern "C" {
#endif


#include "examplechip.h"
#include "bearlyml23.h"

/**
* This section controls which peripheral device is included in the application program.
Expand Down

0 comments on commit 7bc045a

Please sign in to comment.