Skip to content

Commit

Permalink
Fix: no need to make 107-Arduino-UniqueId an exclusive dependency. (#193
Browse files Browse the repository at this point in the history
)

It's sufficient to include it into those sketches where you want to use it.
  • Loading branch information
aentinger committed Jan 4, 2023
1 parent 04c5823 commit e6bf633
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <107-Arduino-Cyphal.h>
#include <107-Arduino-MCP2515.h>
#include <107-Arduino-TMF8801.h>
#include <107-Arduino-UniqueId.h>
#define DBG_ENABLE_ERROR
#define DBG_ENABLE_WARNING
#define DBG_ENABLE_INFO
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ category=Communication
url=https://github.com/107-systems/107-Arduino-Cyphal
architectures=samd,mbed,mbed_nano,mbed_portenta,mbed_edge,esp32,rp2040
includes=107-Arduino-Cyphal.h
depends=107-Arduino-UniqueId
depends=
2 changes: 0 additions & 2 deletions src/107-Arduino-Cyphal.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
* INCLUDE
**************************************************************************************/

#include <107-Arduino-UniqueId.h>

#include "Node.hpp"
#include "Types.h"
#include "nodeinfo/NodeInfo.h"
Expand Down

0 comments on commit e6bf633

Please sign in to comment.