aboutsummaryrefslogtreecommitdiff
path: root/shared/consts.h
blob: 57426bf214675edbf3c2529a65990f61790dda01 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

/** @file consts.h */

/** @brief size of input (receive) buffer (in bytes) */
#define CD_SERIAL_READ_BUFFER_SIZE 255
/** @brief size of the error handling buffer (in errors, not bytes) */
#define CD_ERROR_BUFFER_SIZE 16
/** @brief size of the serial communication buffer (in messages, not bytes) */
#define CD_SERCOMM_BUFFER_SIZE 16