Dual Active Bridge Development Board (Part-No. )
Content
Loading...
Searching...
No Matches
comms_config.h
1
2
/*
3
* @file comms_config.h
4
* @author
5
* @brief project configuration
6
*/
7
#ifndef COMMS_CONFIG_H
8
#define COMMS_CONFIG_H
9
10
14
// PBV working with CAN OR UART
15
#define PBV_UART 0
16
#define PBV_CANFD 1
// end of group ~~~~~~~~~~~~~~~~~~~~
18
19
#endif
/* COMMS_CONFIG_H */
© Copyright 1998-2022 Microchip Technology Inc. All rights reserved.