Skip to content

Commit

Permalink
firmware: drivers: sl_ttc2: Updating mutex wait time #343
Browse files Browse the repository at this point in the history
  • Loading branch information
c-porto committed Mar 4, 2024
1 parent 14e4576 commit 125a349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/drivers/sl_ttc2/sl_ttc2_mutex.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#ifndef DRIVERS_SL_TTC2_SL_TTC2_MUTEX_H_
#define DRIVERS_SL_TTC2_SL_TTC2_MUTEX_H_

#define SL_TTC2_MUTEX_WAIT_TIME_MS 600U
#define SL_TTC2_MUTEX_WAIT_TIME_MS 1200U

/**
* \brief Creates the sl_ttc2 create.
Expand Down

0 comments on commit 125a349

Please sign in to comment.