Skip to content
Snippets Groups Projects
Commit 053e7611 authored by klang's avatar klang
Browse files

Substituion pattern still had P macro

parent 5ed051d0
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ pattern ...@@ -14,7 +14,7 @@ pattern
file "$(STD)/stdApp/Db/countDownTimer.vdb" file "$(STD)/stdApp/Db/countDownTimer.vdb"
{ {
pattern pattern
{P N} {N}
{1} {1}
{2} {2}
} }
...@@ -22,6 +22,6 @@ pattern ...@@ -22,6 +22,6 @@ pattern
file "$(STD)/stdApp/Db/alarmClock.vdb" file "$(STD)/stdApp/Db/alarmClock.vdb"
{ {
pattern pattern
{P N} {N}
{1} {1}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment