In the Example "ble_app_cts_c_s132_pca10040 " messages are send to the UART output, by default the UART Hardware Flow control is active. I would like to disable the Hardware Flow Control. In the File pca10040.h i find the define HWFC true, but if i search the project HWFC doesn't seem to be used. In the function "log_uart_init()" the Hardware Flowcontrol seems to be fixed to APP_UART_FLOW_CONTROL_ENABLED, I could change it there but then i am modifying the standard driver nrf_log.c