git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8715 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
989e81e77c
commit
ff7d09e74c
|
@ -72,7 +72,7 @@
|
|||
*
|
||||
* @brief Binary semaphore type.
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct {
|
||||
semaphore_t bs_sem;
|
||||
} binary_semaphore_t;
|
||||
|
||||
|
|
|
@ -343,7 +343,7 @@ static inline void chSysEnable(void) {
|
|||
*
|
||||
* @special
|
||||
*/
|
||||
static inline void chSysLock(void) {
|
||||
static inline void chSysLock(void) {
|
||||
|
||||
port_lock();
|
||||
_stats_start_measure_crit_thd();
|
||||
|
|
Loading…
Reference in New Issue