Skip to content

Commit

Permalink
Removed unused include file and change name of file
Browse files Browse the repository at this point in the history
  • Loading branch information
katzfey committed May 29, 2024
1 parent ff63bee commit 6c9f79c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/qurt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ include_directories(

add_library(px4 SHARED
${PX4_SOURCE_DIR}/platforms/qurt/unresolved_symbols.c
${PX4_SOURCE_DIR}/platforms/qurt/c++.cpp
${PX4_SOURCE_DIR}/platforms/qurt/new_delete.cpp
${PX4_BINARY_DIR}/apps.cpp
)

Expand Down
1 change: 0 additions & 1 deletion platforms/qurt/c++.cpp → platforms/qurt/new_delete.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <stdlib.h>
#include <new>
#include <px4_log.h>

/*
These are the heap access function exported by the SLPI DSP image.
Expand Down

0 comments on commit 6c9f79c

Please sign in to comment.