upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/esp_random.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/stubs/esp_random.h')
-rw-r--r--tests/unit/stubs/esp_random.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/unit/stubs/esp_random.h b/tests/unit/stubs/esp_random.h
new file mode 100644
index 0000000..bb58af2
--- /dev/null
+++ b/tests/unit/stubs/esp_random.h
@@ -0,0 +1,6 @@
1#ifndef STUB_ESP_RANDOM_H
2#define STUB_ESP_RANDOM_H
3
4#include "esp_system.h"
5
6#endif