diff options
author | 2022-05-13 13:25:47 +1000 | |
---|---|---|
committer | 2022-05-13 13:25:47 +1000 | |
commit | 1c2364d77214d0be0878645796b6f458a09e6cfc (patch) | |
tree | 37778d3fc1a42ca70d5f0c4bd36008887c4e89de /src/devices/imagedev/bitbngr.h | |
parent | 1911a43b49ede45866b2ff29c99998dac27042c2 (diff) |
Revert "bitbanger: Add udp multicast support (#9744)" (#9749)
This reverts commit 5052eb307a959644677037be52b9a168a68775dd.
Diffstat (limited to 'src/devices/imagedev/bitbngr.h')
-rw-r--r-- | src/devices/imagedev/bitbngr.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/devices/imagedev/bitbngr.h b/src/devices/imagedev/bitbngr.h index 2acca9b16ce..5b02417cfc3 100644 --- a/src/devices/imagedev/bitbngr.h +++ b/src/devices/imagedev/bitbngr.h @@ -37,8 +37,6 @@ public: void output(uint8_t data); uint32_t input(void *buffer, uint32_t length); - int send(uint8_t *buf, int len); - void flush_rx(); protected: // device_t implementation |