Skip to content

Commit fcb69b3

Browse files
committed
Change ExtensionData to struct
Just holds data
1 parent 2cf30cc commit fcb69b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/internal/ExtensionController.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
class ExtensionPort {
3232
public:
33-
class ExtensionData {
33+
struct ExtensionData {
3434
friend class ExtensionPort;
35-
public:
35+
3636
ExtensionData(NXC_I2C_TYPE& i2cbus = NXC_I2C_DEFAULT) :
3737
i2c(i2cbus) {}
3838

0 commit comments

Comments
 (0)