Skip to content

Commit

Permalink
Fixing comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-gillespie committed Dec 10, 2024
1 parent 0b3b5c7 commit 7311d6d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Libraries/Boards/MAX32657/WLP_Bench/Include/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@

#include <stdio.h>

// TODO(ME30): Update this file to match first EVKIT

#ifndef LIBRARIES_BOARDS_MAX32657_EVKIT_V1_INCLUDE_BOARD_H_
#define LIBRARIES_BOARDS_MAX32657_EVKIT_V1_INCLUDE_BOARD_H_
#ifndef LIBRARIES_BOARDS_MAX32657_WLP_BENCH_INCLUDE_BOARD_H_
#define LIBRARIES_BOARDS_MAX32657_WLP_BENCH_INCLUDE_BOARD_H_

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -85,4 +83,4 @@ int Console_PrepForSleep(void);
}
#endif

#endif // LIBRARIES_BOARDS_MAX32657_EVKIT_V1_INCLUDE_BOARD_H_
#endif // LIBRARIES_BOARDS_MAX32657_WLP_BENCH_INCLUDE_BOARD_H_

0 comments on commit 7311d6d

Please sign in to comment.