Skip to content

Commit

Permalink
Move transport_interface.h from portable/ to interface/ (FreeRTOS#91)
Browse files Browse the repository at this point in the history
* Move transport_interface.h to interface/ folder.

* Replace all paths to portable with interface.
  • Loading branch information
sarenameas authored Oct 28, 2020
1 parent 7a8a3ac commit 93c15bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/doxygen/config.doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ WARN_LOGFILE =

INPUT = ./docs/doxygen \
./source/include \
./source/portable \
./source/interface \
./source \

# This tag can be used to specify the character encoding of the source files
Expand Down
2 changes: 1 addition & 1 deletion mqttFilePaths.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ set( MQTT_SERIALIZER_SOURCES
# MQTT library Public Include directories.
set( MQTT_INCLUDE_PUBLIC_DIRS
"${CMAKE_CURRENT_LIST_DIR}/source/include"
"${CMAKE_CURRENT_LIST_DIR}/source/portable" )
"${CMAKE_CURRENT_LIST_DIR}/source/interface" )
File renamed without changes.
2 changes: 1 addition & 1 deletion test/cbmc/proofs/Makefile-project-defines
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LINK_FLAGS =
INCLUDES += -I$(SRCDIR)/test/cbmc/include
INCLUDES += -I$(SRCDIR)/source/include
INCLUDES += -I$(SRCDIR)/source/src
INCLUDES += -I$(SRCDIR)/source/portable
INCLUDES += -I$(SRCDIR)/source/interface

# Preprocessor definitions -D...
DEFINES += -Dmqtt_EXPORTS
Expand Down

0 comments on commit 93c15bd

Please sign in to comment.