mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-23 00:38:33 +03:00
Add 'mdelay()' function to busy-wait for given number of milli-seconds
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "stdlib.h"
|
||||
#include "string.h"
|
||||
#include "inttypes.h"
|
||||
#include "syscalls.h"
|
||||
|
||||
#define MIN(a, b) ((a < b) ? a : b)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user