mirror of
https://github.com/ADElectronics/RTL00_WEB_VS.git
synced 2024-11-22 07:14:14 +00:00
11 lines
No EOL
209 B
C
11 lines
No EOL
209 B
C
#include "FreeRTOS.h"
|
|
#include "task.h"
|
|
#include "diag.h"
|
|
#include "hal_efuse.h"
|
|
#include "flash_api.h"
|
|
#include "osdep_service.h"
|
|
#include "device_lock.h"
|
|
|
|
#define FLASHCONF_SHOW 1
|
|
|
|
void flashconf_main(void); |