capitals doh

This commit is contained in:
shrkey
2016-10-10 22:09:16 +01:00
parent d30c7279b6
commit 774de67bf7

View File

@@ -348,7 +348,7 @@ DW_Servo::DW_Servo(void) {
void DW_Servo::off(void) {
DWC->SetPin( pin, 0 );
DWC->setPin( pin, 0 );
}