Skip to content

Commit

Permalink
Update bresser_leakage.c
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-bs authored Aug 7, 2023
1 parent 4bb9bdc commit 33450ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/bresser_leakage.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Data layout:

#include "decoder.h"

static int bresser_leakage(r_device *decoder, bitbuffer_t *bitbuffer)
static int bresser_leakage_decode(r_device *decoder, bitbuffer_t *bitbuffer)
{
uint8_t const preamble_pattern[] = {0xaa, 0xaa, 0x2d, 0xd4};
data_t *data;
Expand Down Expand Up @@ -161,7 +161,7 @@ static char const *const output_fields[] = {
NULL,
};

r_device const bresser_6in1 = {
r_device const bresser_leakage = {
.name = "Bresser water leakage",
.modulation = FSK_PULSE_PCM,
.short_width = 124,
Expand Down

0 comments on commit 33450ce

Please sign in to comment.