mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 19:47:50 +08:00
Revert "Fix multiple defines in periodic.h"
This reverts commit a65e6280fd41207b97e781705c0445acac9c7a74.
This commit is contained in:
@@ -144,7 +144,7 @@ let _ =
|
|||||||
(fun x ->
|
(fun x ->
|
||||||
let p = ExtXml.attrib x "period"
|
let p = ExtXml.attrib x "period"
|
||||||
and n = ExtXml.attrib x "name" in
|
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);
|
(Xml.children mode);
|
||||||
incr i)
|
incr i)
|
||||||
modes;
|
modes;
|
||||||
|
|||||||
Reference in New Issue
Block a user