Skip to content

Commit cb2a17e

Browse files
committed
FIX typo closed quotes
1 parent 714fa1c commit cb2a17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino_foc_minimal_encoder/BLDCMotor.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 "FOCutils.h"
66
#include "Sensor.h"
7-
#include "defaults.h
7+
#include "defaults.h"
88

99
// controller type configuration enum
1010
enum ControlType{

0 commit comments

Comments
 (0)