16 #ifndef APP_DEFAULTS_H_ 17 #define APP_DEFAULTS_H_ 19 #define FW_REV_MAJOR (1) 20 #define FW_REV_MINOR (2) 21 #define FW_REV_PATCH (0) 23 #define DEFAULT_UART_BAUDRATE 115200 24 #define DEFAULT_UART_PARITY BPT_PARITY_NONE 25 #define DEFAULT_UART_STOP_BITS 0