upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/esp_event.h
blob: baea064a1453ea5be7054e76eefde8d439f92e48 (plain)
1
2
3
4
5
6
7
8
#ifndef STUBS_ESP_EVENT_H
#define STUBS_ESP_EVENT_H

#include "esp_err.h"

static inline esp_err_t esp_event_loop_create_default(void) { return ESP_OK; }

#endif