Remove duplicate PARAM_ASSERTIONS_ENABLED_SYNC PICO_CONFIG entry
This commit is contained in:
parent
3110843159
commit
1281fbe9fa
@ -29,7 +29,7 @@ extern "C" {
|
||||
* functionality may break or not function optimally
|
||||
*/
|
||||
|
||||
// PICO_CONFIG: PARAM_ASSERTIONS_ENABLED_SYNC, Enable/disable SYNC assertions, type=bool, default=0, group=hardware_SYNC
|
||||
// PICO_CONFIG: PARAM_ASSERTIONS_ENABLED_SYNC, Enable/disable assertions in the HW sync module, type=bool, default=0, group=hardware_sync
|
||||
#ifndef PARAM_ASSERTIONS_ENABLED_SYNC
|
||||
#define PARAM_ASSERTIONS_ENABLED_SYNC 0
|
||||
#endif
|
||||
@ -74,11 +74,6 @@ typedef volatile uint32_t spin_lock_t;
|
||||
#define PICO_SPINLOCK_ID_CLAIM_FREE_END 31
|
||||
#endif
|
||||
|
||||
// PICO_CONFIG: PARAM_ASSERTIONS_ENABLED_SYNC, Enable/disable assertions in the HW sync module, type=bool, default=0, group=hardware_sync
|
||||
#ifndef PARAM_ASSERTIONS_ENABLED_SYNC
|
||||
#define PARAM_ASSERTIONS_ENABLED_SYNC 0
|
||||
#endif
|
||||
|
||||
|
||||
/*! \brief Insert a SEV instruction in to the code path.
|
||||
* \ingroup hardware_sync
|
||||
|
Loading…
Reference in New Issue
Block a user