diff options
Diffstat (limited to 'src/sam3x8e/timer.c')
-rw-r--r-- | src/sam3x8e/timer.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sam3x8e/timer.c b/src/sam3x8e/timer.c index 3a441062..f7698c65 100644 --- a/src/sam3x8e/timer.c +++ b/src/sam3x8e/timer.c @@ -18,13 +18,6 @@ timer_set(uint32_t value) TC0->TC_CHANNEL[0].TC_RA = value; } -// Return the next scheduled wake up time -uint32_t -timer_get_next(void) -{ - return TC0->TC_CHANNEL[0].TC_RA; -} - // Return the current time (in absolute clock ticks). uint32_t timer_read_time(void) |