release 1.0
This commit is contained in:
15
McuLib/templates/app_wrapper/app_includes.h
Normal file
15
McuLib/templates/app_wrapper/app_includes.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
**************************************************************************
|
||||
* @file app_includes.h
|
||||
* @brief Заголовочный файл для подключаения заголовочных файлов программы МК.
|
||||
**************************************************************************/
|
||||
#ifndef _APP_INCLUDES_H_
|
||||
#define _APP_INCLUDES_H_
|
||||
|
||||
#include "app_configs.h"
|
||||
|
||||
// INCLUDES START
|
||||
// Инклюды для доступа к коду МК в коде оболочке
|
||||
// INCLUDES END
|
||||
|
||||
#endif //_APP_INCLUDES_H_
|
||||
Reference in New Issue
Block a user