mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02:00
9 lines
152 B
C
9 lines
152 B
C
#ifndef __GENERIC_ARMCM_TIMER_H
|
|
#define __GENERIC_ARMCM_TIMER_H
|
|
|
|
#include <stdint.h> // uint32_t
|
|
|
|
void udelay(uint32_t usecs);
|
|
|
|
#endif // armcm_timer.h
|