8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f04808 commit c6f6f34Copy full SHA for c6f6f34
ports/renesas-ra/ra/ra_timer.h
@@ -34,8 +34,6 @@ uint32_t HAL_GetTick(void);
34
#define TENUSEC_COUNT (PCLK / DEF_CLKDEV / 100000)
35
#define MSEC_COUNT (PCLK / DEF_CLKDEV / 100)
36
37
-__attribute__((naked)) void min_delay(__attribute__((unused)) uint32_t loop_cnt);
38
-
39
typedef void (*AGT_TIMER_CB)(void *);
40
41
void ra_agt_timer_set_callback(uint32_t ch, AGT_TIMER_CB cb, void *param);
0 commit comments