1

Make classes uppercase

This commit is contained in:
2022-12-07 21:35:50 +01:00
parent bd95f86035
commit 6f3a7ae028
15 changed files with 31 additions and 31 deletions

View File

@ -26,7 +26,7 @@ private:
enum {
size = 256
};
Container::array<ISR *, size> map;
Container::Array<ISR *, size> map;
public:
IntDispatcher(const IntDispatcher &copy) = delete; // Verhindere Kopieren