mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-25 06:18:18 -05:00
13 lines
236 B
C++
13 lines
236 B
C++
//
|
|
// Created by mati on 28.04.19.
|
|
//
|
|
|
|
#ifndef MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
#define MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
|
|
// Custom Bus channels
|
|
CommandsServiceRequests,
|
|
TestServiceRequests
|
|
|
|
#endif //MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|