Skip to content

Commit 5573311

Browse files
committed
Correct typo in AVR flags
1 parent cc3f05f commit 5573311

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ref_app/target/micros/avr/make/avr_flags.gmk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ TGT_CFLAGS = -std=$(STD_C)
4747
TGT_CXXFLAGS = -std=$(STD_CPP) \
4848
$(TGT_ALLFLAGS)
4949

50-
#TGT_INCLUDES = $(INC_PREFIX)$(PATH_APP)/util/STL
50+
TGT_INCLUDES = $(INC_PREFIX)$(PATH_APP)/util/STL
5151

52-
TGT_INCLUDES = $(INC_PREFIX)C:/ChrisGitRepos/avr-libstdcpp/include
52+
#TGT_INCLUDES = $(INC_PREFIX)C:/ChrisGitRepos/avr-libstdcpp/include
5353

5454
TGT_AFLAGS =
5555

0 commit comments

Comments
 (0)