Pierwsza wersja wygenerowana automatycznie przez SI minmax-m2.5

This commit is contained in:
2026-02-18 23:08:29 +01:00
parent 46a3283ad6
commit 800c4937aa
27 changed files with 11115 additions and 1 deletions

14
src/cfg_var.h Normal file
View File

@@ -0,0 +1,14 @@
/*
* cfg_var.h
*
* Created on: 10-09-2013
* Author: Krzysztof Jakubczyk
*/
#ifndef CFG_VAR_H_
#define CFG_VAR_H_
extern const struct config_lookup_table cfg_lut[];
extern const unsigned int cfg_lut_elements;
#endif /* CFG_VAR_H_ */