We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b7dd7 commit 072afc1Copy full SHA for 072afc1
targets/core/atmel/atsam4s/timer.hpp
@@ -35,7 +35,7 @@ namespace klib::core::atsam4s::io::detail::timer {
35
};
36
37
/**
38
- * @brief Base timer for the lpc1756
+ * @brief Base timer for the atsam4s
39
*
40
* @tparam Timer
41
* @tparam Mode
targets/core/cypress/mb9bf560l/usb.hpp
@@ -73,7 +73,7 @@ namespace klib::core::mb9bf560l::io {
73
template <typename Usb, typename Device>
74
class usb {
75
public:
76
- // amount of endpoints supported by the lpc1756
+ // amount of endpoints supported by the mb9bf560l
77
constexpr static uint8_t endpoint_count = 6;
78
79
// maximum endpoint sizes
0 commit comments