Skip to content

Commit 300339a

Browse files
changing definition of destructor to use default
1 parent 5bf1dcd commit 300339a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/HardwareCAN.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ namespace arduino
5454
class HardwareCAN
5555
{
5656
public:
57-
virtual ~HardwareCAN() {}
57+
virtual ~HardwareCAN() = default;
5858

5959

6060
/**

0 commit comments

Comments
 (0)