My Project
scheduleconst.hpp
1 
20 #ifndef _SCHEDULECONST_HPP_
21 #define _SCHEDULECONST_HPP_ 1
22 
23 namespace ScheduleConst
24 {
25 
35  static const std::uint8_t PREEMPT_LIMIT = 5;
36 }
37 
38 #endif /* END _SCHEDULECONST_HPP_ */
Definition: scheduleconst.hpp:23