Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Nov 17, 2023
1 parent 7320837 commit 5751a64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/MAX78002/SDHC_FAT/include/user-cli.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
* limitations under the License.
*
******************************************************************************/
#ifndef EXAMPLES_MAX78000_SDHC_FTHR_INCLUDE_USER_CLI_H_
#define EXAMPLES_MAX78000_SDHC_FTHR_INCLUDE_USER_CLI_H_
#ifndef EXAMPLES_MAX78002_SDHC_FAT_INCLUDE_USER_CLI_H_
#define EXAMPLES_MAX78002_SDHC_FAT_INCLUDE_USER_CLI_H_

/* -------------------------------------------------- */
// GLOBAL VARIABLE
Expand Down Expand Up @@ -82,4 +82,4 @@ int handle_fatfs(int argc, char *argv[]);

int handle_unmount(int argc, char *argv[]);

#endif // EXAMPLES_MAX78000_SDHC_FTHR_INCLUDE_USER_CLI_H_
#endif // EXAMPLES_MAX78002_SDHC_FAT_INCLUDE_USER_CLI_H_

0 comments on commit 5751a64

Please sign in to comment.