Skip to content
This repository has been archived by the owner on Nov 2, 2022. It is now read-only.

Commit

Permalink
Aggiunta inizializzazione ASL in main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
jjak0b committed Apr 25, 2020
1 parent 7d85e8f commit ad1fef5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@
#include <system/uarm/sysinit.h>
#endif

#include <pcb/pcb.h>
#include <test.h>
#include <scheduler/scheduler.h>
#include <pcb/pcb.h>
#include <asl/asl.h>
#include <test.h>
#include <scheduler/scheduler.h>

int main(){
//---------------------Inizialializzazione del sistema
initAreas();
initPcbs();
initASL();
scheduler_init();
//----------------------------------------------------

Expand Down

0 comments on commit ad1fef5

Please sign in to comment.