mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-03-03 14:06:09 +01:00
* get and post to PLATFORM_ECR6600 * test * Update http_client.c * t * need timer * iotx_net_init ? * Update utils_timer.c * try os_time_get * try ENABLE_SEND_POSTANDGET on bl602 as welll * Update utils_net.h * add httpclient to boufallo mk * Update utils_timer.c * Update new_common.h * time * try ln882h * Update utils_timer.c * OS_STRCPY ETCCC * esp IDF * Update new_common.h * Update utils_timer.c * Update new_common.h * remove hal_machw_time_past dependency * lwip_close_force better * stub * simplifyu * omg typo * revert * remove os_strcpy * remove os_strlen * memmove * os_strcmp * os_strstr * mem func * try on xradio * #define lwip_close_force(x) lwip_close(x) * SWAP * typo * Update utils_timer.c * rtl * Update new_common.h * tr * #include <stdint.h> is reduntant * clean hdr * those headers could be common * those headers could be common * disable --------- Co-authored-by: Tester23 <85486843+openshwprojects@users.noreply.github.com>
10 lines
256 B
C
10 lines
256 B
C
|
|
|
|
#define QUICK_TMR_DURATION 25 // Delay (in ms) between button scan iterations
|
|
|
|
// define this to use edge based GPI interrupts to drive Pin_ticks()
|
|
//#define BEKEN_PIN_GPI_INTERRUPTS
|
|
|
|
extern unsigned int g_deltaTimeMS;
|
|
extern unsigned int g_timeMs;
|