|
From: Bruno F. M. <bm...@es...> - 2010-09-30 16:01:06
|
Hi Antonio Hi all in the code you sent > rtimer_clock_t my_time = RTIMER_NOW() + (3600-15)*RTIMER_SECOND); shouldn't be rtimer_clock_t my_time = RTIMER_NOW() + (3600-15)*RTIMER_SECOND; ??? and in > ret = rtimer_set(&generic_timer, my_time, 1, [...] which is the meaning of &generic_timer, and how should I declare it ? Thanks /bruno ------------------------------------------------------------ Bruno Filipe Marques, MsC in Electrical and Computer Engineering FCT PhD Schollarship (SFRH/BD/36221/2007) PhD Student @ DEEC/FEUP WiN, Wireless Networks UTM, INESC Porto, http://win.inescporto.pt/ Electrical Engineering Department School of Technology and Management Polytechnic Institute of Viseu, Portugal url: http://www.estv.ipv.pt/paginaspessoais/bmarq/ e-mail: bm...@es... |