Skip to content

Commit

Permalink
[onert-micro] Rename include guard in PALMinimum.h (#11629)
Browse files Browse the repository at this point in the history
This commit renames include guard in PALMinimum.h

ONE-DCO-1.0-Signed-off-by: Vyacheslav Bazhenov <[email protected]>

Co-authored-by: Vyacheslav Bazhenov <[email protected]>
  • Loading branch information
SlavikMIPT and Vyacheslav Bazhenov authored Oct 2, 2023
1 parent 0005ae2 commit cb5a2e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions onert-micro/luci-interpreter/pal/mcu/PALMinimum.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* limitations under the License.
*/

#ifndef LUCI_INTERPRETER_PAL_FLOORMOD_H
#define LUCI_INTERPRETER_PAL_FLOORMOD_H
#ifndef LUCI_INTERPRETER_PAL_MINIMUM_H
#define LUCI_INTERPRETER_PAL_MINIMUM_H

#include "PALMinimumCommon.h"

Expand All @@ -25,4 +25,4 @@ namespace luci_interpreter_pal

} // namespace luci_interpreter_pal

#endif // LUCI_INTERPRETER_PAL_FLOORMOD_H
#endif // LUCI_INTERPRETER_PAL_MINIMUM_H

0 comments on commit cb5a2e3

Please sign in to comment.