Skip to content

Commit

Permalink
refactor: Move tinydtls connection implementation in own folder
Browse files Browse the repository at this point in the history
This is a step to a more modular project setup.
  • Loading branch information
LukasWoodtli committed Aug 14, 2024
1 parent 88c53d7 commit 104d840
Show file tree
Hide file tree
Showing 7 changed files with 214 additions and 297 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "platforms/Linux/tinydtls"]
path = examples/shared/tinydtls
path = transport/tinydtls/third_party/tinydtls
url = https://github.com/eclipse/tinydtls.git
2 changes: 1 addition & 1 deletion examples/client/lwm2mclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#include "liblwm2m.h"
#include "commandline.h"
#ifdef WITH_TINYDTLS
#include "dtlsconnection.h"
#include "tinydtls/connection.h"
#else
#include "udp/connection.h"
#endif
Expand Down
Loading

0 comments on commit 104d840

Please sign in to comment.