Updated ToDo list.

Added more info to MS/TP capture utility readme file.
Changed silence timer in BDK to compile smaller.
This commit is contained in:
skarg
2010-05-14 12:14:09 +00:00
parent 54ff09468e
commit 286c372d2c
6 changed files with 90 additions and 10 deletions
+10 -1
View File
@@ -69,7 +69,16 @@ extern "C" {
uint32_t value);
bool timer_elapsed_minutes(
struct etimer *t,
uint32_t seconds);
uint32_t value);
bool timer_elapsed_milliseconds_short(
struct etimer *t,
uint16_t value);
bool timer_elapsed_seconds_short(
struct etimer *t,
uint16_t value);
bool timer_elapsed_minutes_short(
struct etimer *t,
uint16_t value);
/* interval timer */
void timer_interval_start(