changed a lot of small clang-tidy warnings
This commit is contained in:
@ -20,12 +20,11 @@
|
||||
class PIC {
|
||||
|
||||
private:
|
||||
PIC(const PIC& copy); // Verhindere Kopieren
|
||||
PIC(const PIC& copy) = delete; // Verhindere Kopieren
|
||||
|
||||
public:
|
||||
PIC() {}
|
||||
|
||||
public:
|
||||
// IRQ-Nummern von Geraeten
|
||||
enum {
|
||||
timer = 0, // Programmable Interrupt Timer (PIT)
|
||||
|
||||
Reference in New Issue
Block a user