Remove duplicate PARAM_ASSERTIONS_ENABLED_SYNC PICO_CONFIG entry
This commit is contained in:
parent
743dbabdec
commit
c1c7197757
@ -29,7 +29,7 @@ extern "C" {
|
|||||||
* functionality may break or not function optimally
|
* 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
|
#ifndef PARAM_ASSERTIONS_ENABLED_SYNC
|
||||||
#define PARAM_ASSERTIONS_ENABLED_SYNC 0
|
#define PARAM_ASSERTIONS_ENABLED_SYNC 0
|
||||||
#endif
|
#endif
|
||||||
@ -74,11 +74,6 @@ typedef volatile uint32_t spin_lock_t;
|
|||||||
#define PICO_SPINLOCK_ID_CLAIM_FREE_END 31
|
#define PICO_SPINLOCK_ID_CLAIM_FREE_END 31
|
||||||
#endif
|
#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.
|
/*! \brief Insert a SEV instruction in to the code path.
|
||||||
* \ingroup hardware_sync
|
* \ingroup hardware_sync
|
||||||
|
Loading…
Reference in New Issue
Block a user