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

sys/ztimer: fix missing include for periph_rtt submodule

This commit is contained in:
Alexandre Abadie 2020-07-17 20:10:27 +02:00
parent b1ff897256
commit fa2c8b01f4
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -20,6 +20,8 @@
* @}
*/
#include "assert.h"
#include "irq.h"
#include "periph/rtt.h"
#include "ztimer/periph_rtt.h"