mirror of
https://github.com/nodemcu/nodemcu-firmware.git
synced 2025-01-16 20:52:57 +08:00
13 lines
147 B
C
13 lines
147 B
C
// Generated by mkfs.lua
|
|
// DO NOT MODIFY
|
|
|
|
#ifndef __ROMFILES_H__
|
|
#define __ROMFILES_H__
|
|
|
|
const unsigned char romfiles_fs[] =
|
|
{
|
|
0xFF
|
|
};
|
|
|
|
#endif
|