Skip to content

Commit

Permalink
fix cmsis call for time
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Mar 25, 2022
1 parent 9971aac commit 5012db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lwesp/src/system/lwesp_sys_cmsis_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lwesp_sys_init(void) {

uint32_t
lwesp_sys_now(void) {
return osKernelSysTick();
return osKernelGetTickCount();
}

uint8_t
Expand Down

0 comments on commit 5012db4

Please sign in to comment.