mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
Start of 5.X work
This commit is contained in:
11
test/test_main/test_common_init.h
Normal file
11
test/test_main/test_common_init.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user