HPM APP
HPMicro Application solution
common_cfg.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2022 HPMicro
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  *
6  */
7 
8 #ifndef COMMON_CFG
9 #define COMMON_CFG
10 
11 #define LWIP_APP_TIMER_INTERVAL (1) /* 1 ms*/
12 
13 #endif