mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-09 08:25:11 +00:00
Remove useless stuff
This commit is contained in:
parent
b0ba3b5dd8
commit
55df5fe04c
1 changed files with 0 additions and 8 deletions
8
IO.h
8
IO.h
|
|
@ -26,14 +26,6 @@
|
|||
struct TSample {
|
||||
volatile uint16_t sample;
|
||||
volatile uint8_t control;
|
||||
|
||||
TSample operator=(const volatile TSample& other) volatile {
|
||||
return {other.sample, other.control};
|
||||
}
|
||||
|
||||
volatile TSample operator=(const TSample& other) volatile {
|
||||
return {other.sample, other.control};
|
||||
}
|
||||
};
|
||||
|
||||
class CIO {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue