refactor: merge protocol cores as SETProtocol
This commit is contained in:
19
c/set-protocol/include/setprotocol.h
Normal file
19
c/set-protocol/include/setprotocol.h
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* @file setprotocol.h
|
||||
* @brief Единственная C99-точка включения полного SETProtocol.
|
||||
*/
|
||||
#ifndef SETPROTOCOL_H
|
||||
#define SETPROTOCOL_H
|
||||
|
||||
/* Основной SET protocol v2. */
|
||||
#include "set_protocol.h"
|
||||
#include "set_can.h"
|
||||
#include "set_firmware.h"
|
||||
#include "set_telemetry.h"
|
||||
|
||||
/* Поддерживаемые форматы переходного периода. */
|
||||
#include "protocan_transport.h"
|
||||
#include "gui_frame.h"
|
||||
#include "gui_catalog.h"
|
||||
|
||||
#endif /* SETPROTOCOL_H */
|
||||
Reference in New Issue
Block a user