kopia lustrzana https://github.com/SP8EBC/ParaTNC
14 wiersze
249 B
C
14 wiersze
249 B
C
|
/*
|
||
|
* umb_defines.h
|
||
|
*
|
||
|
* Created on: 21.03.2020
|
||
|
* Author: mateusz
|
||
|
*/
|
||
|
|
||
|
#ifndef INCLUDE_UMB_MASTER_UMB_DEFINES_H_
|
||
|
#define INCLUDE_UMB_MASTER_UMB_DEFINES_H_
|
||
|
|
||
|
#define UMB_CHANNELS_STORAGE_CAPAC 6
|
||
|
|
||
|
#endif /* INCLUDE_UMB_MASTER_UMB_DEFINES_H_ */
|