Skip to content

Commit 3767210

Browse files
committed
Replacing " with <> for including Braccio++ library file.
1 parent 663d543 commit 3767210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Tools/Test_Motor_Communication/Test_Motor_Communication.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* via inputting the desired number in the serial monitor.
44
*/
55

6-
#include "Braccio++.h"
6+
#include <Braccio++.h>
77

88
void setup()
99
{

0 commit comments

Comments
 (0)