mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-19 17:59:18 +01:00
10 lines
148 B
C
10 lines
148 B
C
/*
|
|
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
|
|
*/
|
|
#ifndef _TEST_STRESS_H_
|
|
#define _TEST_STRESS_H_
|
|
|
|
void stress_test(int test_cnt);
|
|
|
|
#endif
|