priority_system.h 245 B

123456789101112
  1. #ifndef __PRIORITY_SYSTEM_H__
  2. #define __PRIORITY_SYSTEM_H__
  3. #ifndef PRI_GPS_TASK
  4. #define PRI_GPS_TASK OSI_PRIORITY_ABOVE_NORMAL
  5. #endif
  6. #ifndef PRI_GPS_LOG_TASK
  7. #define PRI_GPS_LOG_TASK OSI_PRIORITY_LOW
  8. #endif
  9. #endif /*__PRIORITY_SYSTEM_H__*/