Skip to content

Commit

Permalink
debug memory.h
Browse files Browse the repository at this point in the history
  • Loading branch information
thcu-gp committed Jan 26, 2024
1 parent 0125223 commit 3cbb174
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/qpg6105/arm-none-eabi.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_PROCESSOR ARM)

set(CMAKE_C_COMPILER arm-none-eabi-gcc)
set(CMAKE_CXX_COMPILER arm-none-eabi-g++)
set(CMAKE_CXX_COMPILER arm-none-eabi-g++ -H)
set(CMAKE_ASM_COMPILER arm-none-eabi-as)
set(CMAKE_RANLIB arm-none-eabi-ranlib)

Expand Down
2 changes: 1 addition & 1 deletion third_party/Qorvo/repo

0 comments on commit 3cbb174

Please sign in to comment.