Skip to content

Commit

Permalink
RP2350
Browse files Browse the repository at this point in the history
  • Loading branch information
amarnath-kashyap committed Jan 7, 2025
1 parent 799ff92 commit 6903e80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
mkdir pico-asha/build
cd pico-asha/build
cmake -DCMAKE_BUILD_TYPE=MinSizeRel ..
cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DPICO_PLATFORM=rp2350 ..
- name: Compile
run: |
Expand Down
4 changes: 2 additions & 2 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 RP2350ATOMIC_HPP
#define RP2350ATOMIC_HPP
#ifndef RP2040ATOMIC_HPP
#define RP2040ATOMIC_HPP

#include <cstdint>
#include <concepts>
Expand Down

0 comments on commit 6903e80

Please sign in to comment.