summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_external/include/policy/policy_table/enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_external/include/policy/policy_table/enums.h')
-rw-r--r--src/components/policy/policy_external/include/policy/policy_table/enums.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/policy/policy_external/include/policy/policy_table/enums.h b/src/components/policy/policy_external/include/policy/policy_table/enums.h
index 2ab6ade03b..34864c5602 100644
--- a/src/components/policy/policy_external/include/policy/policy_table/enums.h
+++ b/src/components/policy/policy_external/include/policy/policy_table/enums.h
@@ -44,6 +44,7 @@ enum Priority {
P_VOICECOM,
P_COMMUNICATION,
P_NORMAL,
+ P_PROJECTION,
P_NONE,
};
@@ -184,7 +185,7 @@ bool EnumFromJsonString(const std::string& literal, ModuleType* result);
* @brief Enumeration FunctionID.
*
* Enumeration linking function names with function IDs in AppLink protocol.
- *Assumes enumeration starts at value 0.
+ * Assumes enumeration starts at value 0.
*/
enum FunctionID {
/**