Skip to content

Commit

Permalink
Merge pull request #3 from wvdschel/patch-1
Browse files Browse the repository at this point in the history
Fixed include to have the correct casing.
  • Loading branch information
roboalchemist committed May 1, 2013
2 parents d0ff39e + 6c9d417 commit 9bcb342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Servotor32_Default/Servotor32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <string.h>
#include "Arduino.h"

#include "SERVOTOR32_SPI.h"
#include "Servotor32_SPI.h"
#include "Servotor32_TimerOne.h"

Servotor32::Servotor32()
Expand Down

0 comments on commit 9bcb342

Please sign in to comment.