~aleteoryx/muditaos

ref: 333c8c0db3674afe2cf28e13035d20d98a4ed0b1 muditaos/module-bluetooth/Bluetooth/glucode/hal_time_ms.c -rw-r--r-- 151 bytes
333c8c0d — Mateusz Grzegorzek [BH-736] Add image generation 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();
}