mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-23 08:34:23 +00:00
6 lines
118 B
C
6 lines
118 B
C
#ifndef __PLATFORM_CONFIG_H_
|
|
#define __PLATFORM_CONFIG_H_
|
|
|
|
#define STDOUT_IS_PSU_UART
|
|
#define UART_DEVICE_ID 1
|
|
#endif
|