Skip to content

Commit

Permalink
fix: ford remote
Browse files Browse the repository at this point in the history
  • Loading branch information
eshaz committed Dec 15, 2024
1 parent 5e0871c commit a44ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/fordremote.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static char const *const output_fields[] = {
NULL,
};

r_device const ford_car_remote = {
r_device const fordremote = {
.name = "Ford Car Remote",
.modulation = OOK_PULSE_MANCHESTER_ZEROBIT,
.short_width = 250, // half-bit width is 250 us
Expand Down

0 comments on commit a44ebef

Please sign in to comment.