Skip to content

Commit a44ebef

Browse files
committed
fix: ford remote
1 parent 5e0871c commit a44ebef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devices/fordremote.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static char const *const output_fields[] = {
104104
NULL,
105105
};
106106

107-
r_device const ford_car_remote = {
107+
r_device const fordremote = {
108108
.name = "Ford Car Remote",
109109
.modulation = OOK_PULSE_MANCHESTER_ZEROBIT,
110110
.short_width = 250, // half-bit width is 250 us

0 commit comments

Comments
 (0)