mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-19 05:49:56 -04: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
|