mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +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 ->
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user