~aleteoryx/muditaos

ref: 4de9970108f7b1b454edec463c352b9a956cedec muditaos/module-bluetooth/Bluetooth/glucode/hal_time_ms.c -rw-r--r-- 151 bytes
4de99701 — Piotr Tański [EGD-5952] Changed service stack depths acc. to real usage 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
#include "btstack_debug.h"
#include <FreeRTOS.h>
#include <stdint.h>
#include <task.h>

uint32_t hal_time_ms(void)
{
    return xTaskGetTickCount();
}