mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-08-21 14:36:21 +02:00
Remove useless stuff
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user