~aleteoryx/muditaos

ref: 457d87771025b3cf036555b4c7cb6f8e968f1179 muditaos/module-bluetooth/Bluetooth/glucode/hal_time_ms.c -rw-r--r-- 151 bytes
457d8777 — Adam Dobrowolski [EGD-8152] Added lacking colon asset 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();
}