mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-05-04 15:20:16 +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_ */
|