diff options
| -rw-r--r-- | import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h b/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h index bc8e5ee4..9ab55cd0 100644 --- a/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h +++ b/import/chips/p9/procedures/ppe_closed/cme/pk_app_cfg.h @@ -43,7 +43,7 @@ #define USE_PPE_IMPRECISE_MODE #define USE_CME_QUEUED_SCOM -#undef USE_CME_QUEUED_SCAN +#define USE_CME_QUEUED_SCAN #if !defined(USE_PPE_IMPRECISE_MODE) && (defined(USE_CME_QUEUED_SCOM) || defined(USE_CME_QUEUED_SCAN)) #error "USE_PPE_IMPRECISE_MODE must be defined in order to enable USE_CME_QUEUED_SCOM or USE_CME_QUEUED_SCAN" |

