mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
11 lines
205 B
C
11 lines
205 B
C
#pragma once
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
#include "esp_log.h"
|
|
#include "esp_system.h"
|
|
extern void common_test_init();
|
|
void start_ota_set_return(esp_err_t mockreturn);
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |