mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-25 22:40:26 -05:00
12 lines
237 B
C++
12 lines
237 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
|