|
From: | Felix Ruess |
Subject: | Re: [Paparazzi-devel] periodic function fbw (electrical) |
Date: | Thu, 19 Jun 2014 00:16:42 +0200 |
In the firmware/fixedwing/main_fbw.c line 142 have this code:
electrical_tid = sys_time_register_timer(0.1, NULL);
I think the correct is somethink like this:
electrical_tid = sys_time_register_timer((1./ELECTRICAL_PERIODIC_FREQ), NULL);
i am right ?
_______________________________________________
Paparazzi-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/paparazzi-devel
[Prev in Thread] | Current Thread | [Next in Thread] |