fixed wrong bump allocator init
This commit is contained in:
@ -15,13 +15,11 @@
|
||||
#include "user/HeapDemo.h"
|
||||
|
||||
int main() {
|
||||
kout.clear();
|
||||
|
||||
// Speicherverwaltung initialisieren
|
||||
allocator.init();
|
||||
|
||||
// Bildschirm loeschen.
|
||||
kout.clear();
|
||||
|
||||
// text_demo();
|
||||
// sound_demo();
|
||||
// keyboard_demo();
|
||||
|
||||
Reference in New Issue
Block a user