Skip to content

Commit 496ff66

Browse files
kilograhamWren6991
authored andcommitted
Make PICO_CONFIG descriptions unique
1 parent 66c54d8 commit 496ff66

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ typedef volatile uint32_t spin_lock_t;
7070
#define PICO_SPINLOCK_ID_HARDWARE_CLAIM 11
7171
#endif
7272

73-
// PICO_CONFIG: PICO_SPINLOCK_ID_OS1, Spinlock ID reserved for use by low level OS style software, min=0, max=31, default=14, group=hardware_sync
73+
// PICO_CONFIG: PICO_SPINLOCK_ID_OS1, First Spinlock ID reserved for use by low level OS style software, min=0, max=31, default=14, group=hardware_sync
7474
#ifndef PICO_SPINLOCK_ID_OS1
7575
#define PICO_SPINLOCK_ID_OS1 14
7676
#endif
7777

78-
// PICO_CONFIG: PICO_SPINLOCK_ID_OS2, Spinlock ID reserved for use by low level OS style software, min=0, max=31, default=15, group=hardware_sync
78+
// PICO_CONFIG: PICO_SPINLOCK_ID_OS2, Second Spinlock ID reserved for use by low level OS style software, min=0, max=31, default=15, group=hardware_sync
7979
#ifndef PICO_SPINLOCK_ID_OS2
8080
#define PICO_SPINLOCK_ID_OS2 15
8181
#endif

0 commit comments

Comments
 (0)