changed a lot of small clang-tidy warnings
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
class IntDispatcher {
|
||||
|
||||
private:
|
||||
IntDispatcher(const IntDispatcher& copy); // Verhindere Kopieren
|
||||
IntDispatcher(const IntDispatcher& copy) = delete; // Verhindere Kopieren
|
||||
|
||||
enum { size = 256 };
|
||||
ISR* map[size];
|
||||
|
||||
Reference in New Issue
Block a user