Skip to content

[FIX] Cypht: fixed CONFIG_PATH constant collision

Both Cypht and Tiki have CONFIG_PATH constant. The tiki constant takes the precedence breaking Cypht to work. In this MR I renamed tiki constant to TIKI_CONFIG_PATH and added the correct path of CONFIG_PATH to make things work.

Merge request reports