mirror of
https://github.com/BotChain-Robots/firmware.git
synced 2026-07-08 17:47:21 +02:00
MPI
This commit is contained in:
14
components/constants/include/constants/app_comms.h
Normal file
14
components/constants/include/constants/app_comms.h
Normal file
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// Created by Johnathon Slightham on 2025-07-06.
|
||||
//
|
||||
|
||||
#ifndef APP_COMMS_H
|
||||
#define APP_COMMS_H
|
||||
|
||||
#define RX_QUEUE_SIZE 4
|
||||
#define MAX_RX_BUFFER_SIZE 512
|
||||
|
||||
#define MPI_QUEUE_SIZE 4
|
||||
#define MAX_MPI_BUFFER_SIZE 512
|
||||
|
||||
#endif //APP_COMMS_H
|
||||
Reference in New Issue
Block a user