diff --git a/examples/MSP432/ccs/MG_hello/Board.h b/examples/MSP432/ccs/MG_hello/Board.h index 31252689..fb086c18 100644 --- a/examples/MSP432/ccs/MG_hello/Board.h +++ b/examples/MSP432/ccs/MG_hello/Board.h @@ -1,3 +1,4 @@ +/* clang-format off */ /* * Copyright (c) 2015, Texas Instruments Incorporated * All rights reserved. diff --git a/examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.c b/examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.c index 80e15c1e..60b5bc7d 100644 --- a/examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.c +++ b/examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.c @@ -1,3 +1,4 @@ +/* clang-format off */ /* * Copyright (c) 2015-2016, Texas Instruments Incorporated * All rights reserved. diff --git a/examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.h b/examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.h index 1738f49e..7e3d9048 100644 --- a/examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.h +++ b/examples/MSP432/ccs/MG_hello/MSP_EXP432P401R.h @@ -1,3 +1,4 @@ +/* clang-format off */ /* * Copyright (c) 2015, Texas Instruments Incorporated * All rights reserved. diff --git a/examples/MSP432/ccs/MG_hello/main.c b/examples/MSP432/ccs/MG_hello/main.c index 171ef715..7ab423d0 100644 --- a/examples/MSP432/ccs/MG_hello/main.c +++ b/examples/MSP432/ccs/MG_hello/main.c @@ -37,7 +37,8 @@ #include "wifi.h" -static const char *upload_form = "\ +static const char *upload_form = + "\