BlinkenArea - GitList
Repositories
Blog
Wiki
flaneth
Code
Commits
Branches
Tags
Search
Tree:
293b941
Branches
Tags
master
flaneth
firmware
app_cfg.h
support for reading MAC/IP config from CF card
Stefan Schuermans
commited
293b941
at 2012-05-04 20:06:58
app_cfg.h
Blame
History
Raw
/* flaneth - flash and ethernet Copyright (C) 2007-2012 Stefan Schuermans <stefan@schuermans.info> Copyleft: GNU public license V2 - http://www.gnu.org/copyleft/gpl.html a BlinkenArea project - http://www.blinkenarea.org/ */ #ifndef INC_app_cfg #define INC_app_cfg #include "dosfs.h" /** * @brief update configuration * @param[in] sectorBuf scratch buffer to store a sector * @param[in] vi volume information structure */ extern void AppCfgRun(uint8_t sectorBuf[SECTOR_SIZE], VOLINFO *vi); #endif // #ifndef INC_app_cfg