From fc7c7130fee73c5aad2d7a774d5a7712eb3e8e6a Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Thu, 8 Apr 2021 21:30:12 +0200 Subject: sdcard driver --- fw/fe310/eos/timer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fw/fe310/eos/timer.h') diff --git a/fw/fe310/eos/timer.h b/fw/fe310/eos/timer.h index 2ac53f7..99ffa7a 100644 --- a/fw/fe310/eos/timer.h +++ b/fw/fe310/eos/timer.h @@ -20,3 +20,4 @@ void eos_timer_clear(unsigned char evt); void eos_time_sleep(uint32_t msec); uint64_t eos_time_get_tick(void); +uint32_t eos_time_since(uint32_t start); -- cgit v1.2.3