paparazzi-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Paparazzi-devel] periodic function fbw (electrical)


From: Eduardo lavratti
Subject: [Paparazzi-devel] periodic function fbw (electrical)
Date: Tue, 17 Jun 2014 22:29:57 -0300

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 ?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]