Remove unused variable in postcard.c

This commit is contained in:
Jasmine Iwanek
2023-08-09 20:13:11 -04:00
parent 8d3f5b7b27
commit 015c3d5f29

View File

@@ -128,8 +128,6 @@ postcard_reset(void)
static void
postcard_write(uint16_t port, uint8_t val, UNUSED(void *priv))
{
uint8_t matches = 0;
if (postcard_written[port & POSTCARD_MASK] &&
(val == postcard_codes[port & POSTCARD_MASK]))
return;