mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-27 20:59:36 +00:00
14 lines
206 B
C
14 lines
206 B
C
/*
|
|
* GlobalDefines.h
|
|
*
|
|
* Created on: Aug 25, 2024
|
|
* Author: DashyFox
|
|
*/
|
|
|
|
#ifndef INC_GLOBALDEFINES_H_
|
|
#define INC_GLOBALDEFINES_H_
|
|
|
|
#define UART_BUFFER_SIZE 64
|
|
|
|
#endif /* INC_GLOBALDEFINES_H_ */
|