Remove duplicate PARAM_ASSERTIONS_ENABLED_SYNC PICO_CONFIG entry

This commit is contained in:
Andrew Scheller 2021-02-25 17:59:00 +00:00 committed by graham sanderson
parent 743dbabdec
commit c1c7197757

View File

@ -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