This commit is contained in:
2025-07-07 22:44:57 -04:00
parent fd4207bebf
commit ddbf2287ea
54 changed files with 13224 additions and 105 deletions

View 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