Make classes uppercase
This commit is contained in:
@ -26,7 +26,7 @@ private:
|
||||
enum {
|
||||
size = 256
|
||||
};
|
||||
Container::array<ISR *, size> map;
|
||||
Container::Array<ISR *, size> map;
|
||||
|
||||
public:
|
||||
IntDispatcher(const IntDispatcher ©) = delete; // Verhindere Kopieren
|
||||
|
||||
Reference in New Issue
Block a user