Skip to content

Commit 14b635f

Browse files
committed
Fix slash
1 parent aa5f9fe commit 14b635f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SparkFun_Apple_Accessory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <Arduino.h>
55
#include <Wire.h>
66
#include <SparkFun_Auth_3_CP.h> // Click here to get the library: http://librarymanager/All#SparkFun_Authentication_Coprocessor
7-
#include "src\SparkFun_iAP2.h"
7+
#include "src/SparkFun_iAP2.h"
88

99
class SparkFunAppleAccessoryDriver
1010
{

0 commit comments

Comments
 (0)