Skip to content

Commit 8eb60b7

Browse files
authored
Merge pull request #9 from per1234/remove-invalid-depends
Remove unavailable items from `depends` field of library.properties
2 parents 69f6cb5 + fa9b8dd commit 8eb60b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ paragraph=Allows your Arduino to control an OpenMV Cam over Serial (UART), I2C,
77
category=Communication
88
url=https://github.com/openmv/openmv-arduino-rpc
99
architectures=*
10-
depends=CAN,SoftwareSerial,SPI,Wire
10+
depends=CAN
1111
includes=openmvrpc.h

0 commit comments

Comments
 (0)