mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-21 07:28:21 -04:00
15 lines
313 B
C++
15 lines
313 B
C++
//
|
|
// Created by mati on 28.04.19.
|
|
//
|
|
|
|
#ifndef MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
#define MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|
|
|
|
//M.P: add here application specific definitions of bus channels
|
|
|
|
// Custom Bus channels
|
|
ServiceCellularNotifications,
|
|
ServiceAudioNotifications
|
|
|
|
#endif //MODULE_CORE_BUSCHANNELSCUSTOM_HPP
|