Skip to content

Commit

Permalink
Fix the board name from F746 to F767.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Wolfram committed Feb 1, 2021
1 parent 52165ad commit 62abf31
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/modm/board/nucleo_f767zi/board.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
*/
// ----------------------------------------------------------------------------

#ifndef MODM_STM32_NUCLEO_F746ZG_HPP
#define MODM_STM32_NUCLEO_F746ZG_HPP
#ifndef MODM_STM32_NUCLEO_F767ZI_HPP
#define MODM_STM32_NUCLEO_F767ZI_HPP

#include <modm/platform.hpp>
#include <modm/architecture/interface/clock.hpp>
#include <modm/debug/logger.hpp>
/// @ingroup modm_board_nucleo_f746zg
/// @ingroup modm_board_nucleo_f767zi
#define MODM_BOARD_HAS_LOGGER

using namespace modm::platform;

/// @ingroup modm_board_nucleo_f746zg
/// @ingroup modm_board_nucleo_f767zi
namespace Board
{
using namespace modm::literals;
Expand Down Expand Up @@ -147,4 +147,4 @@ initialize()

}

#endif // MODM_STM32_NUCLEO_F746ZG_HPP
#endif // MODM_STM32_NUCLEO_F767ZI_HPP

0 comments on commit 62abf31

Please sign in to comment.