сделал новую версию рабаем с 0

This commit is contained in:
2026-06-25 11:21:08 +03:00
parent f695867969
commit cdd8fc3f71
2357 changed files with 42856 additions and 594273 deletions

View File

@@ -0,0 +1,14 @@
#ifndef __DEF_H
#define __DEF_H
#ifdef __cplusplus
extern "C" {
#endif
#define MAX_DEVICES 10
#ifdef __cplusplus
}
#endif
#endif /* __MAIN_H */