diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2025-01-21 08:34:12 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-21 09:34:12 -0700 |
| commit | f013a028f42a1b11134bc5f22f28e9f48236b6f0 (patch) | |
| tree | 494da42deed3acac82e26dbdfc28f89e961f16ef /include/m_thread.h | |
| parent | 7c3634c2fbfa2756445435d62f0e20c2465cbfc8 (diff) | |
sFRm_flashrom OK (#240)
* YAML setup
* func_800CDF78_jp
* func_800CDEDC_jp
* func_800CDCC0_jp
* func_800CDE54_jp
* func_800CDB10_jp
* func_800CDECC_jp
* func_800CE04C_jp
* func_800CDBE0_jp
* func_800CDBF0_jp
* func_800CDC10_jp
* func_800CDC30_jp
* func_800CDDE0_jp
* func_800CE090_jp
* func_800CE0E8_jp
* func_800CE110_jp
* Cleanup
Diffstat (limited to 'include/m_thread.h')
| -rw-r--r-- | include/m_thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_thread.h b/include/m_thread.h index 0f6936e..3906cac 100644 --- a/include/m_thread.h +++ b/include/m_thread.h @@ -9,8 +9,10 @@ #define M_THREAD_ID_DMAMGR 8 #define M_THREAD_ID_IRQMGR 9 #define M_THREAD_ID_AUDIOMGR 10 +#define M_THREAD_ID_FLASHROM 13 #define M_PRIORITY_GRAPH 8 +#define M_PRIORITY_FLASHROM 9 #define M_PRIORITY_DMAMGR_LOW 10 // Used when decompressing files #define M_PRIORITY_AUDIOMGR 11 #define M_PRIORITY_IDLE 12 |
