Skip to content

Commit 072afc1

Browse files
committed
fixed comment chip name
1 parent e8b7dd7 commit 072afc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

targets/core/atmel/atsam4s/timer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace klib::core::atsam4s::io::detail::timer {
3535
};
3636

3737
/**
38-
* @brief Base timer for the lpc1756
38+
* @brief Base timer for the atsam4s
3939
*
4040
* @tparam Timer
4141
* @tparam Mode

targets/core/cypress/mb9bf560l/usb.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ namespace klib::core::mb9bf560l::io {
7373
template <typename Usb, typename Device>
7474
class usb {
7575
public:
76-
// amount of endpoints supported by the lpc1756
76+
// amount of endpoints supported by the mb9bf560l
7777
constexpr static uint8_t endpoint_count = 6;
7878

7979
// maximum endpoint sizes

0 commit comments

Comments
 (0)