1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/*: add explicit include of timex.h

This commit is contained in:
Bas Stottelaar 2020-10-21 21:25:34 +02:00
parent 2e16b65da6
commit 9d06bffbfb

View File

@ -17,6 +17,7 @@
#include "esp_common.h"
#include "log.h"
#include "timex.h"
#include "freertos/FreeRTOS.h"