Put function curlies into their own line according to our coding standards all across the codebase.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include "merge_sensor.h"
|
||||
#include "fsl_port.h"
|
||||
|
||||
void InitMergeSensor(void) {
|
||||
void InitMergeSensor(void)
|
||||
{
|
||||
CLOCK_EnableClock(MERGE_SENSOR_CLOCK);
|
||||
PORT_SetPinConfig(MERGE_SENSOR_PORT, MERGE_SENSOR_PIN,
|
||||
&(port_pin_config_t){.pullSelect=kPORT_PullUp, .mux=kPORT_MuxAsGpio});
|
||||
|
||||
Reference in New Issue
Block a user