Merge pull request #15510 from kaspar030/add_missing_includes
xtimer, ztimer: add some missing includes
This commit is contained in:
commit
529c3142c7
@ -23,6 +23,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "xtimer.h"
|
||||
#include "msg.h"
|
||||
#include "mutex.h"
|
||||
#include "rmutex.h"
|
||||
#include "thread.h"
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "ztimer/convert.h"
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "frac.h"
|
||||
#include "assert.h"
|
||||
|
||||
@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "ztimer/convert.h"
|
||||
#include "ztimer/convert_shift.h"
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
*/
|
||||
#include <assert.h>
|
||||
#include <stdint.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "irq.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user