mirror of https://github.com/g4klx/MMDVM.git
Remove useless stuff
This commit is contained in:
parent
b0ba3b5dd8
commit
55df5fe04c
8
IO.h
8
IO.h
|
@ -26,14 +26,6 @@
|
||||||
struct TSample {
|
struct TSample {
|
||||||
volatile uint16_t sample;
|
volatile uint16_t sample;
|
||||||
volatile uint8_t control;
|
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 {
|
class CIO {
|
||||||
|
|
Loading…
Reference in New Issue