eikhner

app_config.h

Sep 20th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.25 KB | None | 0 0
  1. #ifndef APP_CONFIG_H_
  2. #define APP_CONFIG_H_
  3.  
  4. #include "config_store.h"   // тип ConfigPayload
  5.  
  6. /* Рабочая RAM-конфигурация, доступная всем модулям */
  7. extern ConfigPayload g_cfg;
  8.  
  9. #endif /* APP_CONFIG_H_ */
  10.  
Advertisement
Add Comment
Please, Sign In to add comment