1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2026-01-01 01:41:18 +01:00

Merge pull request #14551 from aabadie/pr/sys/ztimer_irq_include

sys/ztimer: fix missing include for periph_rtt submodule
This commit is contained in:
Koen Zandberg 2020-07-17 21:02:37 +02:00 committed by GitHub
commit dc1d8d55d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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