Skip to content

Commit 73fc381

Browse files
committed
Fix port_task_timer_init implicit declaration
1 parent 9a69526 commit 73fc381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ports/nwdaq-if-rs44/freertos-port.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55

66
extern uint32_t SystemCoreClock;
7+
void port_task_timer_init(void);
8+
uint32_t port_task_timer_get_value(void);
79
#define configCPU_CLOCK_HZ (SystemCoreClock)
810
#define configTICK_RATE_HZ ((TickType_t)CONFIG_FREERTOS_TICK_RATE_HZ)
911
#define portCONFIGURE_TIMER_FOR_RUN_TIME_STATS port_task_timer_init

0 commit comments

Comments
 (0)