Revert "Fix multiple defines in periodic.h"

This reverts commit a65e6280fd41207b97e781705c0445acac9c7a74.
This commit is contained in:
Felix Ruess
2010-08-06 12:48:52 +00:00
parent 87954e3c5d
commit 6cf2a4494b
+1 -1
View File
@@ -144,7 +144,7 @@ let _ =
(fun x ->
let p = ExtXml.attrib x "period"
and n = ExtXml.attrib x "name" in
Xml2h.define (sprintf "PERIOD_%s_%s_%s_%d" n process_name channel_name !i) (sprintf "(%s)" p))
Xml2h.define (sprintf "PERIOD_%s_%s_%d" n channel_name !i) (sprintf "(%s)" p))
(Xml.children mode);
incr i)
modes;