Skip to content

Commit ee4d113

Browse files
author
Boon
committed
Merge branch 'master' of github.com:bjun626/arduino-esp32
2 parents 3555caf + 9928f79 commit ee4d113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/SPI/src/SPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SPISettings
4141

4242
class SPIClass
4343
{
44-
private:
44+
public:
4545
int8_t _spi_num;
4646
spi_t * _spi;
4747
bool _use_hw_ss;

0 commit comments

Comments
 (0)