mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-05 19:40:59 +02:00
12 lines
193 B
C
12 lines
193 B
C
![]() |
/*
|
||
|
* SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
|
||
|
*
|
||
|
* SPDX-License-Identifier: Unlicense OR CC0-1.0
|
||
|
*/
|
||
|
#include "unity.h"
|
||
|
|
||
|
void app_main(void)
|
||
|
{
|
||
|
unity_run_menu();
|
||
|
}
|