Skip to content

Commit 66c54d8

Browse files
kilograhamWren6991
authored andcommitted
fix PICO_CONFIG entry
1 parent 27c1a89 commit 66c54d8

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/hardware_sync/include/hardware

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_sync/include/hardware/sync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ typedef volatile uint32_t spin_lock_t;
9999
#warning PICO_SPINLOCK_ID_CLAIM_FREE_END has been renamed to PICO_SPINLOCK_ID_CLAIM_FREE_LAST
100100
#endif
101101

102-
// PICO_CONFIG: PICO_SPINLOCK_ID_CLAIM_FREE_END, Highest Spinlock ID in the 'claim free' range, min=0, max=31, default=31, group=hardware_sync
102+
// PICO_CONFIG: PICO_SPINLOCK_ID_CLAIM_FREE_LAST, Highest Spinlock ID in the 'claim free' range, min=0, max=31, default=31, group=hardware_sync
103103
#ifndef PICO_SPINLOCK_ID_CLAIM_FREE_LAST
104104
#define PICO_SPINLOCK_ID_CLAIM_FREE_LAST 31
105105
#endif

0 commit comments

Comments
 (0)