Skip to content

Commit

Permalink
Update RP2040Atomic.hpp
Browse files Browse the repository at this point in the history
removed if condition
  • Loading branch information
amarnath-kashyap committed Jan 7, 2025
1 parent b686d73 commit 6efee03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/PseudoAtomic/RP2040Atomic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
* @license Apache 2.0
*/

#ifndef RP2040ATOMIC_HPP
#define RP2040ATOMIC_HPP
// #ifndef RP2040ATOMIC_HPP
// #define RP2040ATOMIC_HPP

#include <cstdint>
#include <concepts>
Expand Down Expand Up @@ -126,4 +126,4 @@ namespace patom {
} // namespace types
} // namespace patom

#endif // RP2040ATOMIC_HPP
//#endif // RP2040ATOMIC_HPP

0 comments on commit 6efee03

Please sign in to comment.