diff options
| author | hathach <[email protected]> | 2023-06-09 18:15:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-09 18:15:28 +0700 |
| commit | 912802456b568e4b666a9205c3799da79f87ef69 (patch) | |
| tree | ee04bf5ca1248e477c739a96f8573e69dc2ab7f9 /src/typec/utcd.h | |
| parent | 8181d470e5bbb01f873d8fa11e8e1293cb76703f (diff) | |
move protocol message to stack, disable battery in PWR's CR3
there is still issue with CC1/CC2 pull down resistor and vstate is not
correct.
Diffstat (limited to 'src/typec/utcd.h')
| -rw-r--r-- | src/typec/utcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/typec/utcd.h b/src/typec/utcd.h index 06a62ef23..75ff6f1db 100644 --- a/src/typec/utcd.h +++ b/src/typec/utcd.h @@ -38,7 +38,7 @@ extern "C" { //--------------------------------------------------------------------+ #ifndef CFG_TUC_TASK_QUEUE_SZ -#define CFG_TUC_TASK_QUEUE_SZ 16 +#define CFG_TUC_TASK_QUEUE_SZ 8 #endif |
