Scheduler
freqConstants.h
Go to the documentation of this file.
1 
10 #ifndef FREQCONSTANTS_H
11 #define FREQCONSTANTS_H
12 
13 #define MHZ 1
14 
15 #define MINFREQ 100*MHZ
16 #define MAXFREQ 1000*MHZ
17 
18 
19 #endif